加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
change_gid.ui 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
yala 提交于 2021-01-14 20:42 . 调整界面,优化terminal窗口
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>change_gid</class>
<widget class="QDialog" name="change_gid">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>222</width>
<height>269</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton_ok">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_gid">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>54</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>新组ID</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_cancel">
<property name="geometry">
<rect>
<x>120</x>
<y>190</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化