diff options
Diffstat (limited to 'utils/themeeditor/gui/devicestate.ui')
| -rw-r--r-- | utils/themeeditor/gui/devicestate.ui | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/devicestate.ui b/utils/themeeditor/gui/devicestate.ui new file mode 100644 index 0000000..17f6129 --- /dev/null +++ b/utils/themeeditor/gui/devicestate.ui @@ -0,0 +1,130 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DeviceState</class> + <widget class="QWidget" name="DeviceState"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>Device Settings</string> + </property> + <property name="windowIcon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/windowicon.png</normaloff>:/resources/resources/windowicon.png</iconset> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QToolBox" name="toolBox"> + <property name="currentIndex"> + <number>1</number> + </property> + <widget class="QWidget" name="page"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>382</width> + <height>220</height> + </rect> + </property> + <attribute name="label"> + <string>Device Basics</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Screen Width</string> + </property> + <property name="buddy"> + <cstring>widthBox</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="widthBox"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Screen Height</string> + </property> + <property name="buddy"> + <cstring>heightBox</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="heightBox"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Remote Width</string> + </property> + <property name="buddy"> + <cstring>rWidthBox</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="rWidthBox"/> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Remote Height</string> + </property> + <property name="buddy"> + <cstring>rHeightBox</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="rHeightBox"/> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QWidget" name="page_2"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>382</width> + <height>220</height> + </rect> + </property> + <attribute name="label"> + <string>Device Status</string> + </attribute> + </widget> + </widget> + </item> + </layout> + </widget> + <resources> + <include location="../resources.qrc"/> + </resources> + <connections/> +</ui> |