summaryrefslogtreecommitdiff
path: root/ui4/devmgr5_base.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui4/devmgr5_base.ui')
-rw-r--r--ui4/devmgr5_base.ui419
1 files changed, 419 insertions, 0 deletions
diff --git a/ui4/devmgr5_base.ui b/ui4/devmgr5_base.ui
new file mode 100644
index 000000000..9cbd5d9fb
--- /dev/null
+++ b/ui4/devmgr5_base.ui
@@ -0,0 +1,419 @@
+<ui version="4.0" >
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow" >
+ <property name="windowModality" >
+ <enum>Qt::ApplicationModal</enum>
+ </property>
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>720</width>
+ <height>535</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>HP Device Manager</string>
+ </property>
+ <widget class="QWidget" name="centralwidget" >
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QSplitter" name="splitter" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <widget class="QListWidget" name="DeviceList" >
+ <property name="movement" >
+ <enum>QListView::Free</enum>
+ </property>
+ <property name="flow" >
+ <enum>QListView::TopToBottom</enum>
+ </property>
+ <property name="resizeMode" >
+ <enum>QListView::Adjust</enum>
+ </property>
+ <property name="spacing" >
+ <number>10</number>
+ </property>
+ <property name="viewMode" >
+ <enum>QListView::IconMode</enum>
+ </property>
+ <property name="uniformItemSizes" >
+ <bool>true</bool>
+ </property>
+ <property name="wordWrap" >
+ <bool>true</bool>
+ </property>
+ <property name="selectionRectVisible" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QTabWidget" name="Tabs" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="currentIndex" >
+ <number>0</number>
+ </property>
+ <widget class="QWidget" name="Actions" >
+ <attribute name="title" >
+ <string>Actions</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QListWidget" name="ActionsList" >
+ <property name="spacing" >
+ <number>10</number>
+ </property>
+ <property name="viewMode" >
+ <enum>QListView::ListMode</enum>
+ </property>
+ <property name="uniformItemSizes" >
+ <bool>true</bool>
+ </property>
+ <property name="wordWrap" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Status" >
+ <attribute name="title" >
+ <string>Status</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <layout class="QHBoxLayout" >
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>21</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QLabel" name="LCD" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize" >
+ <size>
+ <width>254</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="maximumSize" >
+ <size>
+ <width>254</width>
+ <height>40</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>21</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QTableWidget" name="StatusTable" >
+ <property name="alternatingRowColors" >
+ <bool>true</bool>
+ </property>
+ <property name="selectionMode" >
+ <enum>QAbstractItemView::SingleSelection</enum>
+ </property>
+ <property name="selectionBehavior" >
+ <enum>QAbstractItemView::SelectRows</enum>
+ </property>
+ <property name="showGrid" >
+ <bool>false</bool>
+ </property>
+ <property name="cornerButtonEnabled" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Supplies" >
+ <attribute name="title" >
+ <string>Supplies</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QTableWidget" name="SuppliesTable" >
+ <property name="alternatingRowColors" >
+ <bool>true</bool>
+ </property>
+ <property name="selectionMode" >
+ <enum>QAbstractItemView::SingleSelection</enum>
+ </property>
+ <property name="selectionBehavior" >
+ <enum>QAbstractItemView::SelectRows</enum>
+ </property>
+ <property name="showGrid" >
+ <bool>false</bool>
+ </property>
+ <property name="cornerButtonEnabled" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Settings" >
+ <attribute name="title" >
+ <string>Print Settings</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel" name="PrintSettingsPrinterNameLabel" >
+ <property name="text" >
+ <string>Printer Name:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="PrintSettingsPrinterNameCombo" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <widget class="PrintSettingsToolbox" name="PrintSettingsToolbox" >
+ <property name="currentIndex" >
+ <number>-1</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QWidget" name="Control" >
+ <attribute name="title" >
+ <string>Printer Control</string>
+ </attribute>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <layout class="QHBoxLayout" >
+ <item>
+ <widget class="QLabel" name="PrintControlPrinterNameLabel" >
+ <property name="text" >
+ <string>Printer Name:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="PrintControlPrinterNameCombo" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QGroupBox" name="groupBox" >
+ <property name="title" >
+ <string>Printer/Queue Control</string>
+ </property>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QPushButton" name="StartStopButton" >
+ <property name="text" >
+ <string>Stop Printer</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="AcceptRejectButton" >
+ <property name="text" >
+ <string>Reject Jobs</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QPushButton" name="SetDefaultButton" >
+ <property name="text" >
+ <string>Set as Default</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QGroupBox" name="groupBox_2" >
+ <property name="title" >
+ <string>Job Queue</string>
+ </property>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QTableWidget" name="JobTable" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <widget class="QMenuBar" name="menubar" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>720</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menuDevice" >
+ <property name="title" >
+ <string>&amp;Device</string>
+ </property>
+ <addaction name="DeviceSettingsAction" />
+ <addaction name="separator" />
+ <addaction name="DeviceRefreshAction" />
+ <addaction name="RefreshAllAction" />
+ <addaction name="separator" />
+ <addaction name="SetupDeviceAction" />
+ <addaction name="RemoveDeviceAction" />
+ <addaction name="separator" />
+ <addaction name="QuitAction" />
+ </widget>
+ <widget class="QMenu" name="menuConfigure" >
+ <property name="title" >
+ <string>&amp;Configure</string>
+ </property>
+ <addaction name="PreferencesAction" />
+ </widget>
+ <widget class="QMenu" name="menuHelp" >
+ <property name="title" >
+ <string>&amp;Help</string>
+ </property>
+ <addaction name="ContentsAction" />
+ <addaction name="AboutAction" />
+ </widget>
+ <addaction name="menuDevice" />
+ <addaction name="menuConfigure" />
+ <addaction name="menuHelp" />
+ </widget>
+ <widget class="QStatusBar" name="statusbar" />
+ <widget class="QToolBar" name="toolBar" >
+ <property name="windowTitle" >
+ <string>toolBar_2</string>
+ </property>
+ <attribute name="toolBarArea" >
+ <enum>TopToolBarArea</enum>
+ </attribute>
+ <attribute name="toolBarBreak" >
+ <bool>false</bool>
+ </attribute>
+ <addaction name="DeviceRefreshAction" />
+ <addaction name="RefreshAllAction" />
+ <addaction name="separator" />
+ <addaction name="SetupDeviceAction" />
+ <addaction name="RemoveDeviceAction" />
+ <addaction name="separator" />
+ <addaction name="ContentsAction" />
+ </widget>
+ <action name="QuitAction" >
+ <property name="text" >
+ <string>Quit</string>
+ </property>
+ </action>
+ <action name="PreferencesAction" >
+ <property name="text" >
+ <string>Preferences...</string>
+ </property>
+ </action>
+ <action name="AboutAction" >
+ <property name="text" >
+ <string>About...</string>
+ </property>
+ </action>
+ <action name="ContentsAction" >
+ <property name="text" >
+ <string>Contents...</string>
+ </property>
+ </action>
+ <action name="DeviceSettingsAction" >
+ <property name="enabled" >
+ <bool>false</bool>
+ </property>
+ <property name="text" >
+ <string>Settings...</string>
+ </property>
+ </action>
+ <action name="DeviceRefreshAction" >
+ <property name="text" >
+ <string>Refresh Device</string>
+ </property>
+ </action>
+ <action name="RefreshAllAction" >
+ <property name="text" >
+ <string>Refresh All</string>
+ </property>
+ </action>
+ <action name="SetupDeviceAction" >
+ <property name="text" >
+ <string>Setup Device...</string>
+ </property>
+ </action>
+ <action name="RemoveDeviceAction" >
+ <property name="text" >
+ <string>Remove Device...</string>
+ </property>
+ </action>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>PrintSettingsToolbox</class>
+ <extends>QToolBox</extends>
+ <header>printsettingstoolbox.h</header>
+ <container>1</container>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>