logplus/appDllTest/Resources/appDllTest.ui
2026-01-16 17:18:41 +08:00

134 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>appDllTest</class>
<widget class="QDialog" name="appDllTest">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>289</width>
<height>233</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>70</x>
<y>200</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>221</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>刻度井段</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开始深度(m)</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditSDEP">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>101</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>结束深度(m)</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditEDEP">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>101</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>221</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>输出选项</string>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>井径臂数</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditNUM">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>101</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>