You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.4 KiB
68 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>MainWindow</class> |
|
<widget class="QMainWindow" name="MainWindow"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>993</width> |
|
<height>496</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>MainWindow</string> |
|
</property> |
|
<widget class="QWidget" name="centralwidget"> |
|
<widget class="QPushButton" name="pushButton"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>20</x> |
|
<y>90</y> |
|
<width>80</width> |
|
<height>21</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string>open</string> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" name="label"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>140</x> |
|
<y>30</y> |
|
<width>571</width> |
|
<height>401</height> |
|
</rect> |
|
</property> |
|
<property name="text"> |
|
<string/> |
|
</property> |
|
</widget> |
|
<widget class="QLineEdit" name="lineEdit"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>10</x> |
|
<y>30</y> |
|
<width>113</width> |
|
<height>22</height> |
|
</rect> |
|
</property> |
|
</widget> |
|
</widget> |
|
<widget class="QMenuBar" name="menubar"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>993</width> |
|
<height>19</height> |
|
</rect> |
|
</property> |
|
</widget> |
|
<widget class="QStatusBar" name="statusbar"/> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|