ideasxdevice.ui 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>355</width>
  10. <height>60</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="1">
  18. <spacer name="horizontalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>40</width>
  25. <height>20</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="0" column="0">
  31. <widget class="QLabel" name="label">
  32. <property name="font">
  33. <font>
  34. <pointsize>16</pointsize>
  35. </font>
  36. </property>
  37. <property name="text">
  38. <string>John Doe</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="0" column="3">
  43. <widget class="QPushButton" name="pushButton">
  44. <property name="text">
  45. <string>Activate</string>
  46. </property>
  47. </widget>
  48. </item>
  49. </layout>
  50. </widget>
  51. <resources/>
  52. <connections/>
  53. </ui>