mainFrm.ui 845 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>mainFrm</class>
  4. <widget class="QWidget" name="mainFrm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>756</width>
  10. <height>531</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>mainFrm</string>
  15. </property>
  16. <widget class="QTextEdit" name="textEdit">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>20</y>
  21. <width>681</width>
  22. <height>121</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QWidget" name="widget" native="true">
  27. <property name="geometry">
  28. <rect>
  29. <x>10</x>
  30. <y>160</y>
  31. <width>701</width>
  32. <height>341</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. </widget>
  37. <layoutdefault spacing="6" margin="11"/>
  38. <resources/>
  39. <connections/>
  40. </ui>