diff options
Diffstat (limited to 'filesharing/simple/groupconfiggui.ui')
-rw-r--r-- | filesharing/simple/groupconfiggui.ui | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/filesharing/simple/groupconfiggui.ui b/filesharing/simple/groupconfiggui.ui new file mode 100644 index 00000000..c12e1d2c --- /dev/null +++ b/filesharing/simple/groupconfiggui.ui @@ -0,0 +1,200 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>GroupConfigGUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>GroupConfigGUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>521</width> + <height>371</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>buttonGroup1</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="title"> + <string></string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>allUsersRadio</cstring> + </property> + <property name="text"> + <string>Allow all users to share folders</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>groupUsersRadio</cstring> + </property> + <property name="text"> + <string>Only users of the '%1' group are allowed to share folders</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>usersGrpBx</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="title"> + <string>Users of '%1' Group</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KListBox" row="0" column="0" rowspan="3" colspan="1"> + <property name="name"> + <cstring>listBox</cstring> + </property> + </widget> + <spacer row="2" column="1"> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton" row="1" column="1"> + <property name="name"> + <cstring>removeBtn</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Remove User</string> + </property> + </widget> + <widget class="KPushButton" row="0" column="1"> + <property name="name"> + <cstring>addBtn</cstring> + </property> + <property name="text"> + <string>Add User</string> + </property> + </widget> + <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>writeAccessChk</cstring> + </property> + <property name="text"> + <string>Group members can share folders without root password</string> + </property> + </widget> + </grid> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer8</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>180</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton"> + <property name="name"> + <cstring>otherGroupBtn</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>1</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Change Group...</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>groupUsersRadio</sender> + <signal>toggled(bool)</signal> + <receiver>usersGrpBx</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>groupUsersRadio</sender> + <signal>toggled(bool)</signal> + <receiver>otherGroupBtn</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>listBox</sender> + <signal>selectionChanged(QListBoxItem*)</signal> + <receiver>GroupConfigGUI</receiver> + <slot>listBox_selectionChanged(QListBoxItem*)</slot> + </connection> +</connections> +<includes> + <include location="local" impldecl="in implementation">groupconfiggui.ui.h</include> +</includes> +<slots> + <slot>listBox_selectionChanged( QListBoxItem * i )</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |