2022-05-09 15:35:44 +03:00
<?xml version="1.0" encoding="System"?>
<ui version="4.0">
<class>KDirShareUI</class>
<widget class="QWidget" name="KDirShareUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>353</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="sharebox">
<property name="text">
<string>Share with Local Network users</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
2022-05-09 21:50:00 +03:00
<item>
<widget class="QGroupBox" name="portgroup">
<property name="title">
<string>Port</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QCheckBox" name="randombox">
2022-05-09 22:15:16 +03:00
<property name="toolTip">
2022-05-10 14:52:32 +03:00
<string><html><head/><body><p>If the random port option is on then a random port in the range of values specified on the right will be used by the server. Otherwise, the server will always use the same port.</p><p>If, for example, firewall is used then using specifiec port and unblocking it in the firewall is the way to go.</p><p>There is a chance another service may be using the port, if that happens the server will not start.</p></body></html></string>
2022-05-09 22:15:16 +03:00
</property>
2022-05-09 21:50:00 +03:00
<property name="text">
2022-05-09 22:15:16 +03:00
<string>Use random port</string>
2022-05-09 21:50:00 +03:00
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="KIntNumInput" name="portmininput">
2022-05-09 22:15:16 +03:00
<property name="toolTip">
<string><html><head/><body><p>The minimum port number.</p></body></html></string>
</property>
2022-05-09 21:50:00 +03:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>32000</number>
</property>
</widget>
</item>
<item>
<widget class="KIntNumInput" name="portmaxinput">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>32000</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
2022-05-11 22:30:27 +03:00
<item>
<widget class="QGroupBox" name="authgroup">
<property name="title">
<string>Authentication</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2023-06-20 21:03:00 +03:00
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="authbox">
<property name="toolTip">
<string><html><head/><body><p>If restricted access to the share is desired this option may be turned on to require clients authentication with the specified user and password.</p></body></html></string>
2022-05-11 22:30:27 +03:00
</property>
2023-06-20 21:03:00 +03:00
<property name="text">
<string>Require authentication</string>
2022-05-13 01:45:39 +03:00
</property>
2022-05-11 22:30:27 +03:00
</widget>
</item>
<item row="1" column="0">
2023-08-20 14:49:37 +03:00
<widget class="QLabel" name="userlabel">
2022-05-11 22:30:27 +03:00
<property name="text">
<string>User:</string>
</property>
2022-05-13 01:45:39 +03:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
2022-05-11 22:30:27 +03:00
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="useredit"/>
</item>
2023-06-20 21:03:00 +03:00
<item row="3" column="0">
2023-08-20 14:49:37 +03:00
<widget class="QLabel" name="passlabel">
2023-06-20 21:03:00 +03:00
<property name="text">
<string>Password:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2022-05-11 22:30:27 +03:00
<item row="3" column="1">
<widget class="QLineEdit" name="passwordedit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2022-05-09 15:35:44 +03:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2023-06-20 21:03:00 +03:00
<item>
<widget class="QLabel" name="serverlabel">
<property name="text">
<string></string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignVCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
2022-05-09 15:35:44 +03:00
</layout>
</widget>
2022-05-09 21:50:00 +03:00
<customwidgets>
<customwidget>
<class>KIntNumInput</class>
<extends></extends>
<header>knuminput.h</header>
</customwidget>
</customwidgets>
2022-05-09 15:35:44 +03:00
<connections/>
</ui>