code_production/app/HGProductionTool/dialog_setlogpath.ui

82 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_SetLogPath</class>
<widget class="QDialog" name="Dialog_SetLogPath">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>571</width>
<height>154</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Log path:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>130</x>
<y>30</y>
<width>431</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ok">
<property name="geometry">
<rect>
<x>330</x>
<y>90</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_cancel">
<property name="geometry">
<rect>
<x>450</x>
<y>90</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_selectPath">
<property name="geometry">
<rect>
<x>160</x>
<y>90</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Select path</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>