32 <string>Directory Name:</string> |
32 <string>Directory Name:</string> |
33 </property> |
33 </property> |
34 </widget> |
34 </widget> |
35 </item> |
35 </item> |
36 <item> |
36 <item> |
37 <widget class="QLineEdit" name="directoryEdit"> |
37 <widget class="E5PathPicker" name="directoryPicker" native="true"> |
|
38 <property name="sizePolicy"> |
|
39 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
40 <horstretch>0</horstretch> |
|
41 <verstretch>0</verstretch> |
|
42 </sizepolicy> |
|
43 </property> |
|
44 <property name="focusPolicy"> |
|
45 <enum>Qt::StrongFocus</enum> |
|
46 </property> |
38 <property name="toolTip"> |
47 <property name="toolTip"> |
39 <string>Enter the full path of the shared directory</string> |
48 <string>Enter the full path of the shared directory</string> |
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QToolButton" name="directoryButton"> |
|
45 <property name="toolTip"> |
|
46 <string>Select the shared directory via a directory selection dialog</string> |
|
47 </property> |
49 </property> |
48 </widget> |
50 </widget> |
49 </item> |
51 </item> |
50 </layout> |
52 </layout> |
51 </widget> |
53 </widget> |