mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CModelConverterXSetupComponent</class>
|
|
<widget class="QFrame" name="CModelConverterXSetupComponent">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>181</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>ModelConverteX binary</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="hl_ModelConverterX">
|
|
<property name="leftMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLineEdit" name="le_McxBinary">
|
|
<property name="placeholderText">
|
|
<string>ModelConverterX binary</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pb_DirBrowser">
|
|
<property name="toolTip">
|
|
<string>directory browser</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|