src/mainwindow.ui

changeset 304
5d280bceb713
parent 303
f4383ac6e21e
child 327
2aa15daa0216
equal deleted inserted replaced
303:f4383ac6e21e 304:5d280bceb713
114 <widget class="QStatusBar" name="statusbar"/> 114 <widget class="QStatusBar" name="statusbar"/>
115 <widget class="QToolBar" name="fileToolBar"> 115 <widget class="QToolBar" name="fileToolBar">
116 <property name="windowTitle"> 116 <property name="windowTitle">
117 <string>toolBar</string> 117 <string>toolBar</string>
118 </property> 118 </property>
119 <property name="toolButtonStyle">
120 <enum>Qt::ToolButtonTextUnderIcon</enum>
121 </property>
119 <attribute name="toolBarArea"> 122 <attribute name="toolBarArea">
120 <enum>TopToolBarArea</enum> 123 <enum>TopToolBarArea</enum>
121 </attribute> 124 </attribute>
122 <attribute name="toolBarBreak"> 125 <attribute name="toolBarBreak">
123 <bool>false</bool> 126 <bool>false</bool>
128 <addaction name="actionSaveAs"/> 131 <addaction name="actionSaveAs"/>
129 </widget> 132 </widget>
130 <widget class="QToolBar" name="toolBar"> 133 <widget class="QToolBar" name="toolBar">
131 <property name="windowTitle"> 134 <property name="windowTitle">
132 <string>toolBar</string> 135 <string>toolBar</string>
136 </property>
137 <property name="toolButtonStyle">
138 <enum>Qt::ToolButtonTextUnderIcon</enum>
133 </property> 139 </property>
134 <attribute name="toolBarArea"> 140 <attribute name="toolBarArea">
135 <enum>TopToolBarArea</enum> 141 <enum>TopToolBarArea</enum>
136 </attribute> 142 </attribute>
137 <attribute name="toolBarBreak"> 143 <attribute name="toolBarBreak">
145 </widget> 151 </widget>
146 <widget class="QToolBar" name="editToolBar"> 152 <widget class="QToolBar" name="editToolBar">
147 <property name="windowTitle"> 153 <property name="windowTitle">
148 <string>toolBar_2</string> 154 <string>toolBar_2</string>
149 </property> 155 </property>
156 <property name="toolButtonStyle">
157 <enum>Qt::ToolButtonTextUnderIcon</enum>
158 </property>
150 <attribute name="toolBarArea"> 159 <attribute name="toolBarArea">
151 <enum>TopToolBarArea</enum> 160 <enum>TopToolBarArea</enum>
152 </attribute> 161 </attribute>
153 <attribute name="toolBarBreak"> 162 <attribute name="toolBarBreak">
154 <bool>false</bool> 163 <bool>false</bool>
160 <addaction name="actionGridCoarse"/> 169 <addaction name="actionGridCoarse"/>
161 </widget> 170 </widget>
162 <widget class="QToolBar" name="editingModesToolBar"> 171 <widget class="QToolBar" name="editingModesToolBar">
163 <property name="windowTitle"> 172 <property name="windowTitle">
164 <string>toolBar_2</string> 173 <string>toolBar_2</string>
174 </property>
175 <property name="toolButtonStyle">
176 <enum>Qt::ToolButtonTextUnderIcon</enum>
165 </property> 177 </property>
166 <attribute name="toolBarArea"> 178 <attribute name="toolBarArea">
167 <enum>LeftToolBarArea</enum> 179 <enum>LeftToolBarArea</enum>
168 </attribute> 180 </attribute>
169 <attribute name="toolBarBreak"> 181 <attribute name="toolBarBreak">
208 <property name="selectionMode"> 220 <property name="selectionMode">
209 <enum>QAbstractItemView::ExtendedSelection</enum> 221 <enum>QAbstractItemView::ExtendedSelection</enum>
210 </property> 222 </property>
211 <property name="selectionBehavior"> 223 <property name="selectionBehavior">
212 <enum>QAbstractItemView::SelectRows</enum> 224 <enum>QAbstractItemView::SelectRows</enum>
225 </property>
226 <property name="verticalScrollMode">
227 <enum>QAbstractItemView::ScrollPerPixel</enum>
228 </property>
229 <property name="horizontalScrollMode">
230 <enum>QAbstractItemView::ScrollPerPixel</enum>
213 </property> 231 </property>
214 <property name="wordWrap"> 232 <property name="wordWrap">
215 <bool>true</bool> 233 <bool>true</bool>
216 </property> 234 </property>
217 <property name="selectionRectVisible"> 235 <property name="selectionRectVisible">

mercurial