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> |