Ai
1 Star 0 Fork 3

xymys_c/QtSnap7

forked from 看江山如画/QtSnap7 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.ui 3.15 KB
一键复制 编辑 原始数据 按行查看 历史
Abed 提交于 2018-07-23 14:03 +08:00 . Add control on setting file
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>656</width>
<height>625</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>321</width>
<height>351</height>
</rect>
</property>
<property name="text">
<string>PLC data</string>
</property>
</widget>
<widget class="QPushButton" name="pbWrite">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Write</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox">
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>91</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pbTestCasting">
<property name="geometry">
<rect>
<x>500</x>
<y>80</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>TestCasting</string>
</property>
</widget>
<widget class="QLabel" name="ipLabel">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>301</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ip address</string>
</property>
</widget>
<widget class="QLabel" name="lblLanguage">
<property name="geometry">
<rect>
<x>440</x>
<y>10</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>656</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuEnglish">
<property name="title">
<string>Language</string>
</property>
<addaction name="actionEnglish"/>
<addaction name="actionItalian"/>
</widget>
<addaction name="menuEnglish"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionEnglish">
<property name="text">
<string>English</string>
</property>
</action>
<action name="actionItalian">
<property name="text">
<string>Italian</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xymys_c/QtSnap7.git
git@gitee.com:xymys_c/QtSnap7.git
xymys_c
QtSnap7
QtSnap7
master

搜索帮助