2020-04-10 21:08:29 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-02-16 17:17:50 +01:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>PuzzleMainWindow</class>
|
2020-04-10 21:08:29 +02:00
|
|
|
<widget class="QMainWindow" name="PuzzleMainWindow">
|
|
|
|
<property name="geometry">
|
2020-02-16 17:17:50 +01:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-10 21:08:29 +02:00
|
|
|
<width>1427</width>
|
|
|
|
<height>904</height>
|
2020-02-16 17:17:50 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-04-10 21:08:29 +02:00
|
|
|
<property name="windowTitle">
|
2020-02-16 17:17:50 +01:00
|
|
|
<string>PuzzleMainWindow</string>
|
|
|
|
</property>
|
2020-04-10 21:08:29 +02:00
|
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1427</width>
|
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionSaveAs"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionImportRawLayout"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuWindows">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Windows</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCloseLayout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAboutQt"/>
|
|
|
|
<addaction name="actionAboutPuzzle"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
<addaction name="menuWindows"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveAs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save As</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseLayout">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close Layout</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImportRawLayout">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import Raw Layout Data</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="application-exit"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAboutQt">
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Qt</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAboutPuzzle">
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Puzzle</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-16 17:17:50 +01:00
|
|
|
</widget>
|
2020-04-10 21:08:29 +02:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2020-02-16 17:17:50 +01:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|