119 lines
2.5 KiB
XML
119 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>RunApplet</class>
|
|
<widget class="QDialog" name="RunApplet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>175</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>RunApplet</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>21</y>
|
|
<width>38</width>
|
|
<height>38</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>63</x>
|
|
<y>21</y>
|
|
<width>320</width>
|
|
<height>42</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Type the name of a program, folder, document, or Internet resource, and Windows will open it for you.</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>73</y>
|
|
<width>49</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>63</x>
|
|
<y>70</y>
|
|
<width>322</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::FocusPolicy::StrongFocus</enum>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="browseBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>132</y>
|
|
<width>88</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Browse...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="cancelBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>204</x>
|
|
<y>132</y>
|
|
<width>88</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="okBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>109</x>
|
|
<y>132</y>
|
|
<width>88</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|