diff options
Diffstat (limited to 'src/ui/dialog.ui')
-rw-r--r-- | src/ui/dialog.ui | 94 |
1 files changed, 41 insertions, 53 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index e9e2920..9a49987 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>842</width> + <width>542</width> <height>655</height> </rect> </property> @@ -142,15 +142,28 @@ border-bottom:1px solid #ccc; <number>9</number> </property> <item> - <layout class="QFormLayout" name="formLayout"> - <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer_3"> + <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> <widget class="QLabel" name="labelLecturer"> <property name="text"> <string>VNC access by lecturer:</string> </property> </widget> </item> - <item row="0" column="1"> + <item> <widget class="QComboBox" name="comboBoxLecturer"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> @@ -160,14 +173,27 @@ border-bottom:1px solid #ccc; </property> </widget> </item> - <item row="1" column="0"> + <item> + <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> <widget class="QLabel" name="labelOthers"> <property name="text"> <string>VNC access by others:</string> </property> </widget> </item> - <item row="1" column="1"> + <item> <widget class="QComboBox" name="comboBoxOthers"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> @@ -177,59 +203,21 @@ border-bottom:1px solid #ccc; </property> </widget> </item> - </layout> - </item> - <item> - <spacer name="horizontalSpacer_3"> - <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> - <widget class="Line" name="line"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QCheckBox" name="checkBoxChat"> - <property name="text"> - <string>Accept chat messages</string> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="checkBoxFileTransfer"> - <property name="text"> - <string>Accept file transfers</string> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> </property> - </widget> + </spacer> </item> </layout> </item> - <item> - <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> </layout> </widget> </item> |