| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>MainWindow</class>
|
|---|
| 3 | <widget class="QMainWindow" name="MainWindow" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>910</width>
|
|---|
| 9 | <height>676</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>File Tree</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <widget class="QWidget" name="centralwidget" >
|
|---|
| 16 | <property name="geometry" >
|
|---|
| 17 | <rect>
|
|---|
| 18 | <x>0</x>
|
|---|
| 19 | <y>29</y>
|
|---|
| 20 | <width>910</width>
|
|---|
| 21 | <height>625</height>
|
|---|
| 22 | </rect>
|
|---|
| 23 | </property>
|
|---|
| 24 | <layout class="QVBoxLayout" name="verticalLayout_3" >
|
|---|
| 25 | <item>
|
|---|
| 26 | <widget class="QLabel" name="label" >
|
|---|
| 27 | <property name="sizePolicy" >
|
|---|
| 28 | <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
|---|
| 29 | <horstretch>0</horstretch>
|
|---|
| 30 | <verstretch>0</verstretch>
|
|---|
| 31 | </sizepolicy>
|
|---|
| 32 | </property>
|
|---|
| 33 | <property name="font" >
|
|---|
| 34 | <font>
|
|---|
| 35 | <italic>true</italic>
|
|---|
| 36 | </font>
|
|---|
| 37 | </property>
|
|---|
| 38 | <property name="text" >
|
|---|
| 39 | <string></string>
|
|---|
| 40 | </property>
|
|---|
|
|---|