unitProcess4.ui.svn-base
170 lines
| 4.1 KiB
| text/plain
|
TextLexer
|
r965 | <?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||||
<class>MainWindow</class> | ||||
<widget class="QMainWindow" name="MainWindow"> | ||||
<property name="geometry"> | ||||
<rect> | ||||
<x>0</x> | ||||
<y>0</y> | ||||
<width>312</width> | ||||
<height>195</height> | ||||
</rect> | ||||
</property> | ||||
<property name="windowTitle"> | ||||
<string>MainWindow</string> | ||||
</property> | ||||
<widget class="QWidget" name="centralWidget"> | ||||
<layout class="QGridLayout" name="gridLayout"> | ||||
<item row="2" column="0"> | ||||
<widget class="QLabel" name="inputLabel"> | ||||
<property name="font"> | ||||
<font> | ||||
<pointsize>12</pointsize> | ||||
<weight>50</weight> | ||||
<bold>false</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Input:</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="5" column="2" colspan="2"> | ||||
<widget class="QPushButton" name="unitPcancelbut"> | ||||
<property name="font"> | ||||
<font> | ||||
<weight>50</weight> | ||||
<bold>false</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Cancel</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="5" column="0" colspan="2"> | ||||
<widget class="QPushButton" name="unitPokbut"> | ||||
<property name="font"> | ||||
<font> | ||||
<weight>50</weight> | ||||
<bold>false</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Ok</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="3" column="0"> | ||||
<widget class="QLabel" name="typeLabel"> | ||||
<property name="font"> | ||||
<font> | ||||
<pointsize>12</pointsize> | ||||
<weight>50</weight> | ||||
<bold>false</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Type:</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="0" column="1" colspan="2"> | ||||
<widget class="QLabel" name="nameUP"> | ||||
<property name="font"> | ||||
<font> | ||||
<pointsize>13</pointsize> | ||||
<weight>50</weight> | ||||
<bold>false</bold> | ||||
</font> | ||||
</property> | ||||
<property name="text"> | ||||
<string>Processing Unit</string> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="0" column="3"> | ||||
<spacer name="horizontalSpacer_2"> | ||||
<property name="orientation"> | ||||
<enum>Qt::Horizontal</enum> | ||||
</property> | ||||
<property name="sizeHint" stdset="0"> | ||||
<size> | ||||
<width>40</width> | ||||
<height>20</height> | ||||
</size> | ||||
</property> | ||||
</spacer> | ||||
</item> | ||||
<item row="2" column="1" colspan="3"> | ||||
<widget class="QComboBox" name="comboInputBox"> | ||||
<property name="font"> | ||||
<font> | ||||
<pointsize>12</pointsize> | ||||
</font> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
<item row="3" column="1" colspan="3"> | ||||
<widget class="QComboBox" name="comboTypeBox"> | ||||
<property name="font"> | ||||
<font> | ||||
<pointsize>12</pointsize> | ||||
</font> | ||||
</property> | ||||
<item> | ||||
<property name="text"> | ||||
<string>Voltage</string> | ||||
</property> | ||||
</item> | ||||
<item> | ||||
<property name="text"> | ||||
<string>Spectra</string> | ||||
</property> | ||||
</item> | ||||
<item> | ||||
<property name="text"> | ||||
<string>Correlation</string> | ||||
</property> | ||||
</item> | ||||
</widget> | ||||
</item> | ||||
<item row="0" column="0"> | ||||
<spacer name="horizontalSpacer"> | ||||
<property name="orientation"> | ||||
<enum>Qt::Horizontal</enum> | ||||
</property> | ||||
<property name="sizeHint" stdset="0"> | ||||
<size> | ||||
<width>40</width> | ||||
<height>20</height> | ||||
</size> | ||||
</property> | ||||
</spacer> | ||||
</item> | ||||
<item row="4" column="0"> | ||||
<spacer name="verticalSpacer"> | ||||
<property name="orientation"> | ||||
<enum>Qt::Vertical</enum> | ||||
</property> | ||||
<property name="sizeHint" stdset="0"> | ||||
<size> | ||||
<width>20</width> | ||||
<height>40</height> | ||||
</size> | ||||
</property> | ||||
</spacer> | ||||
</item> | ||||
<item row="1" column="0" colspan="4"> | ||||
<widget class="Line" name="line"> | ||||
<property name="orientation"> | ||||
<enum>Qt::Horizontal</enum> | ||||
</property> | ||||
</widget> | ||||
</item> | ||||
</layout> | ||||
</widget> | ||||
</widget> | ||||
<resources/> | ||||
<connections/> | ||||
</ui> | ||||