src/mainwindow.ui

changeset 356
65b4741b302d
parent 335
c5830bce1c23
child 365
9d5cb5635c18
equal deleted inserted replaced
355:e81f4ad53efd 356:65b4741b302d
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>959</width> 9 <width>959</width>
10 <height>600</height> 10 <height>695</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="dockNestingEnabled"> 13 <property name="dockNestingEnabled">
14 <bool>false</bool> 14 <bool>false</bool>
15 </property> 15 </property>
43 <property name="geometry"> 43 <property name="geometry">
44 <rect> 44 <rect>
45 <x>0</x> 45 <x>0</x>
46 <y>0</y> 46 <y>0</y>
47 <width>959</width> 47 <width>959</width>
48 <height>29</height> 48 <height>38</height>
49 </rect> 49 </rect>
50 </property> 50 </property>
51 <widget class="QMenu" name="menuFile"> 51 <widget class="QMenu" name="menuFile">
52 <property name="title"> 52 <property name="title">
53 <string>File</string> 53 <string>File</string>
263 <addaction name="actionGridFine"/> 263 <addaction name="actionGridFine"/>
264 <addaction name="actionGridMedium"/> 264 <addaction name="actionGridMedium"/>
265 <addaction name="actionGridCoarse"/> 265 <addaction name="actionGridCoarse"/>
266 <addaction name="actionAdjustGridToView"/> 266 <addaction name="actionAdjustGridToView"/>
267 </widget> 267 </widget>
268 <widget class="QDockWidget" name="dockWidget">
269 <property name="features">
270 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
271 </property>
272 <property name="windowTitle">
273 <string>Grid matrix</string>
274 </property>
275 <attribute name="dockWidgetArea">
276 <number>2</number>
277 </attribute>
278 <widget class="QWidget" name="dockWidgetContents_4">
279 <layout class="QVBoxLayout" name="verticalLayout_5">
280 <item>
281 <layout class="QHBoxLayout" name="horizontalLayout">
282 <item>
283 <widget class="MatrixEditor" name="gridMatrix"/>
284 </item>
285 <item>
286 <spacer name="horizontalSpacer">
287 <property name="orientation">
288 <enum>Qt::Horizontal</enum>
289 </property>
290 <property name="sizeHint" stdset="0">
291 <size>
292 <width>40</width>
293 <height>20</height>
294 </size>
295 </property>
296 </spacer>
297 </item>
298 </layout>
299 </item>
300 <item>
301 <spacer name="verticalSpacer">
302 <property name="orientation">
303 <enum>Qt::Vertical</enum>
304 </property>
305 <property name="sizeHint" stdset="0">
306 <size>
307 <width>20</width>
308 <height>40</height>
309 </size>
310 </property>
311 </spacer>
312 </item>
313 </layout>
314 </widget>
315 </widget>
268 <action name="actionQuit"> 316 <action name="actionQuit">
269 <property name="icon"> 317 <property name="icon">
270 <iconset resource="../resources.qrc"> 318 <iconset resource="../resources.qrc">
271 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset> 319 <normaloff>:/icons/close.png</normaloff>:/icons/close.png</iconset>
272 </property> 320 </property>
545 <property name="shortcut"> 593 <property name="shortcut">
546 <string>Ctrl+V</string> 594 <string>Ctrl+V</string>
547 </property> 595 </property>
548 </action> 596 </action>
549 </widget> 597 </widget>
598 <customwidgets>
599 <customwidget>
600 <class>MatrixEditor</class>
601 <extends>QWidget</extends>
602 <header>widgets/matrixeditor.h</header>
603 </customwidget>
604 </customwidgets>
550 <resources> 605 <resources>
551 <include location="../resources.qrc"/> 606 <include location="../resources.qrc"/>
552 <include location="../resources.qrc"/> 607 <include location="../resources.qrc"/>
553 </resources> 608 </resources>
554 <connections> 609 <connections>

mercurial