diff options
Diffstat (limited to 'kiostdetool/userManagementUser_ui.ui')
-rw-r--r-- | kiostdetool/userManagementUser_ui.ui | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/kiostdetool/userManagementUser_ui.ui b/kiostdetool/userManagementUser_ui.ui deleted file mode 100644 index d7bd5e5..0000000 --- a/kiostdetool/userManagementUser_ui.ui +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> -<class>UserManagementUserUI</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>UserManagementUserUI</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 the specified user.</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>labelUser</cstring> - </property> - <property name="text"> - <string>User:</string> - </property> - </widget> - <widget class="TQComboBox"> - <property name="name"> - <cstring>comboUser</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> |