加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
icybee 提交于 2014-05-14 13:41 . 自适屏完成
<?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>1307</width>
<height>432</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>3283</x>
<y>10</y>
<width>20</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1307</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionNew_N">
<property name="text">
<string>new(N)</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections>
<connection>
<sender>lineEdit</sender>
<signal>textChanged(QString)</signal>
<receiver>MainWindow</receiver>
<slot>slot1(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>497</x>
<y>66</y>
</hint>
<hint type="destinationlabel">
<x>504</x>
<y>128</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>slot1(QString)</slot>
</slots>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化