- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
test.ui
资源名称:GUI.rar [点击查看]
上传用户:jiangfa
上传日期:2022-05-14
资源大小:1651k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Unix_Linux
- <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
- <class>test</class>
- <widget class="QDialog">
- <property name="name">
- <cstring>test</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>351</width>
- <height>285</height>
- </rect>
- </property>
- <property name="caption">
- <string>test</string>
- </property>
- <widget class="QPushButton">
- <property name="name">
- <cstring>btnOk</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>210</y>
- <width>60</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>&Ok</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>btnExit</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>210</y>
- <width>70</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>E&xit</string>
- </property>
- </widget>
- </widget>
- <pixmapinproject/>
- <layoutdefaults spacing="6" margin="11"/>
- </UI>