| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>EditorWindow</class> |
| <widget class="QMainWindow" name="EditorWindow"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>628</width> |
| <height>433</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Rockbox Theme Editor</string> |
| </property> |
| <property name="windowIcon"> |
| <iconset> |
| <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset> |
| </property> |
| <widget class="QWidget" name="centralwidget"> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <widget class="QTabWidget" name="editorTabs"> |
| <property name="currentIndex"> |
| <number>-1</number> |
| </property> |
| <property name="tabsClosable"> |
| <bool>true</bool> |
| </property> |
| <property name="movable"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QMenuBar" name="menubar"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>628</width> |
| <height>25</height> |
| </rect> |
| </property> |
| <widget class="QMenu" name="menuFile"> |
| <property name="title"> |
| <string>&File</string> |
| </property> |
| <addaction name="actionNew_Document"/> |
| <addaction name="actionOpen_Document"/> |
| <addaction name="separator"/> |
| <addaction name="actionPreferences"/> |
| <addaction name="separator"/> |
| <addaction name="actionQuit"/> |
| </widget> |
| <widget class="QMenu" name="menuView"> |
| <property name="title"> |
| <string>&View</string> |
| </property> |
| <addaction name="actionPreview_Panel"/> |
| <addaction name="actionDisplay_Panel"/> |
| <addaction name="actionFile_Panel"/> |
| </widget> |
| <addaction name="menuFile"/> |
| <addaction name="menuView"/> |
| </widget> |
| <widget class="QStatusBar" name="statusbar"/> |
| <widget class="QDockWidget" name="skinPreviewDock"> |
| <property name="windowTitle"> |
| <string>Skin Preview</string> |
| </property> |
| <attribute name="dockWidgetArea"> |
| <number>2</number> |
| </attribute> |
| <widget class="QWidget" name="dockWidgetContents"> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <item> |
| <widget class="QGraphicsView" name="skinPreview"/> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <widget class="QToolBar" name="toolBar"> |
| <property name="windowTitle"> |
| <string>toolBar</string> |
| </property> |
| <attribute name="toolBarArea"> |
| <enum>TopToolBarArea</enum> |
| </attribute> |
| <attribute name="toolBarBreak"> |
| <bool>false</bool> |
| </attribute> |
| </widget> |
| <widget class="QDockWidget" name="fileDock"> |
| <property name="windowTitle"> |
| <string>Files</string> |
| </property> |
| <attribute name="dockWidgetArea"> |
| <number>1</number> |
| </attribute> |
| <widget class="QWidget" name="dockWidgetContents_2"> |
| <layout class="QVBoxLayout" name="verticalLayout_4"> |
| <item> |
| <widget class="QTreeView" name="fileTree"/> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <widget class="QDockWidget" name="parseTreeDock"> |
| <property name="windowTitle"> |
| <string>Parse Tree</string> |
| </property> |
| <attribute name="dockWidgetArea"> |
| <number>2</number> |
| </attribute> |
| <widget class="QWidget" name="dockWidgetContents_3"> |
| <layout class="QVBoxLayout" name="verticalLayout_3"> |
| <item> |
| <widget class="QTreeView" name="parseTree"/> |
| </item> |
| <item> |
| <widget class="QPushButton" name="fromTree"> |
| <property name="text"> |
| <string>Update Code</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <action name="actionQuit"> |
| <property name="text"> |
| <string>&Quit</string> |
| </property> |
| <property name="shortcut"> |
| <string>Ctrl+Q</string> |
| </property> |
| </action> |
| <action name="actionDisplay_Panel"> |
| <property name="checkable"> |
| <bool>false</bool> |
| </property> |
| <property name="checked"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Parse &Tree Panel</string> |
| </property> |
| <property name="shortcut"> |
| <string>Ctrl+D</string> |
| </property> |
| </action> |
| <action name="actionPreferences"> |
| <property name="text"> |
| <string>&Preferences</string> |
| </property> |
| </action> |
| <action name="actionFile_Panel"> |
| <property name="checkable"> |
| <bool>false</bool> |
| </property> |
| <property name="checked"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>&File Panel</string> |
| </property> |
| </action> |
| <action name="actionPreview_Panel"> |
| <property name="checkable"> |
| <bool>false</bool> |
| </property> |
| <property name="checked"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>&Preview Panel</string> |
| </property> |
| </action> |
| <action name="actionNew_Document"> |
| <property name="text"> |
| <string>&New Document</string> |
| </property> |
| <property name="shortcut"> |
| <string>Ctrl+N</string> |
| </property> |
| </action> |
| <action name="actionOpen_Document"> |
| <property name="text"> |
| <string>&Open Document</string> |
| </property> |
| <property name="shortcut"> |
| <string>Ctrl+O</string> |
| </property> |
| </action> |
| </widget> |
| <resources/> |
| <connections> |
| <connection> |
| <sender>actionQuit</sender> |
| <signal>activated()</signal> |
| <receiver>EditorWindow</receiver> |
| <slot>close()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>-1</x> |
| <y>-1</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>299</x> |
| <y>199</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |