LineEdit.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LineEdit</class>
  4. <widget class="QMainWindow" name="LineEdit">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>425</width>
  10. <height>470</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="img.qrc">
  18. <normaloff>:/icon/resource/todo-line.png</normaloff>:/icon/resource/todo-line.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <layout class="QGridLayout" name="gridLayout">
  22. <item row="0" column="0">
  23. <layout class="QHBoxLayout" name="horizontalLayout" stretch=""/>
  24. </item>
  25. </layout>
  26. </widget>
  27. <widget class="QMenuBar" name="menubar">
  28. <property name="geometry">
  29. <rect>
  30. <x>0</x>
  31. <y>0</y>
  32. <width>425</width>
  33. <height>23</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. </widget>
  38. <resources>
  39. <include location="img.qrc"/>
  40. </resources>
  41. <connections/>
  42. </ui>