diff options
Diffstat (limited to 'kiostdetool/userManagementGroup_ui.ui')
-rw-r--r-- | kiostdetool/userManagementGroup_ui.ui | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/kiostdetool/userManagementGroup_ui.ui b/kiostdetool/userManagementGroup_ui.ui deleted file mode 100644 index 92879a9..0000000 --- a/kiostdetool/userManagementGroup_ui.ui +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>UserManagementGroupUI</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>UserManagementGroupUI</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>402</width> - <height>92</height> - </rect> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>labelCaption</cstring> - </property> - <property name="text"> - <string>Select the profile to use for all users in the specified group.</string> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer3</cstring> - </property> - <property name="orientation"> - <enum>Vertical</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>20</width> - <height>10</height> - </size> - </property> - </spacer> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>layout2</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>labelGroup</cstring> - </property> - <property name="text"> - <string>Group:</string> - </property> - </widget> - <widget class="TQComboBox"> - <property name="name"> - <cstring>comboGroup</cstring> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer1</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Fixed</enum> - </property> - <property name="sizeHint"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQLabel"> - <property name="name"> - <cstring>labelProfile</cstring> - </property> - <property name="text"> - <string>Profile:</string> - </property> - </widget> - <widget class="TQComboBox"> - <property name="name"> - <cstring>comboProfile</cstring> - </property> - </widget> - <spacer> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>51</width> - <height>20</height> - </size> - </property> - </spacer> - </hbox> - </widget> - </vbox> -</widget> -<layoutdefaults spacing="6" margin="11"/> -</UI> |