This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v2/单一题号转为图片.ui

118 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>278</width>
<height>97</height>
</rect>
</property>
<property name="windowTitle">
<string>单一题号转为图片</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>题号</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_ID">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>DPI</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_dpi">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>71</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_convert">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>75</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>转换</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_open">
<property name="geometry">
<rect>
<x>200</x>
<y>10</y>
<width>75</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>打开</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>附加文字</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_message">
<property name="geometry">
<rect>
<x>70</x>
<y>70</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>输入附加文字, 留空表示无附加文字</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>