diff options
Diffstat (limited to 'filesharing/advanced/nfs/nfsdialoggui.ui')
-rw-r--r-- | filesharing/advanced/nfs/nfsdialoggui.ui | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/filesharing/advanced/nfs/nfsdialoggui.ui b/filesharing/advanced/nfs/nfsdialoggui.ui new file mode 100644 index 00000000..002ae30a --- /dev/null +++ b/filesharing/advanced/nfs/nfsdialoggui.ui @@ -0,0 +1,156 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>NFSDialogGUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>NFSDialogGUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>466</width> + <height>338</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>groupBox</cstring> + </property> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="title"> + <string>Allowed &Hosts</string> + </property> + <property name="toolTip" stdset="0"> + <string>A list of allowed hosts</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Here you can see a list of hosts which are allowed to access this directory via NFS. +The first column shows the name or address of the host, the second column shows the access parameters. The name '*' donates public access.</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QPushButton" row="0" column="1"> + <property name="name"> + <cstring>addHostBtn</cstring> + </property> + <property name="text"> + <string>&Add Host...</string> + </property> + </widget> + <widget class="QPushButton" row="1" column="1"> + <property name="name"> + <cstring>modifyHostBtn</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Mo&dify Host...</string> + </property> + </widget> + <widget class="QPushButton" row="2" column="1"> + <property name="name"> + <cstring>removeHostBtn</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>&Remove Host</string> + </property> + </widget> + <spacer row="3" column="1"> + <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>40</height> + </size> + </property> + </spacer> + <widget class="KListView" row="0" column="0" rowspan="4" colspan="1"> + <column> + <property name="text"> + <string>Name/Address</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Parameters</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>listView</cstring> + </property> + <property name="selectionMode" stdset="0"> + <enum>Extended</enum> + </property> + <property name="fullWidth"> + <bool>true</bool> + </property> + </widget> + </grid> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>listView</sender> + <signal>selectionChanged()</signal> + <receiver>NFSDialogGUI</receiver> + <slot>listView_selectionChanged()</slot> + </connection> +</connections> +<tabstops> + <tabstop>addHostBtn</tabstop> + <tabstop>modifyHostBtn</tabstop> + <tabstop>removeHostBtn</tabstop> +</tabstops> +<includes> + <include location="local" impldecl="in implementation">nfsdialoggui.ui.h</include> +</includes> +<slots> + <slot>listView_selectionChanged()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |