Files
86Box/src/qt/qt_filefield.ui

44 lines
981 B
Plaintext
Raw Normal View History

2021-11-25 10:20:56 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileField</class>
<widget class="QWidget" name="FileField">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>43</height>
2021-11-25 10:20:56 +01:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="3,1">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="label"/>
2021-11-25 10:20:56 +01:00
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>&amp;Specify...</string>
2021-11-25 10:20:56 +01:00
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>