clOperation.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>clOperation</class>
  4. <widget class="QWidget" name="clOperation">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>447</width>
  10. <height>44</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="btn1">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>75</width>
  22. <height>23</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>PushButton</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="btn2">
  30. <property name="geometry">
  31. <rect>
  32. <x>100</x>
  33. <y>10</y>
  34. <width>75</width>
  35. <height>23</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>PushButton</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="btn3">
  43. <property name="geometry">
  44. <rect>
  45. <x>200</x>
  46. <y>10</y>
  47. <width>75</width>
  48. <height>23</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>PushButton</string>
  53. </property>
  54. </widget>
  55. <widget class="QPushButton" name="btn4">
  56. <property name="geometry">
  57. <rect>
  58. <x>300</x>
  59. <y>10</y>
  60. <width>75</width>
  61. <height>23</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>PushButton</string>
  66. </property>
  67. </widget>
  68. </widget>
  69. <resources/>
  70. <connections/>
  71. </ui>