记录qt的一些案例,以后方便查找
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
421 B

  1. <ui version="4.0">
  2. <class>Widget</class>
  3. <widget class="QWidget" name="Widget" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>400</width>
  9. <height>300</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Widget</string>
  14. </property>
  15. </widget>
  16. <layoutDefault spacing="6" margin="11" />
  17. <pixmapfunction></pixmapfunction>
  18. <resources/>
  19. <connections/>
  20. </ui>