widget.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>471</width>
  10. <height>52</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Widget</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>351</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>13</pointsize>
  28. </font>
  29. </property>
  30. <property name="text">
  31. <string>File transfer over clipboard</string>
  32. </property>
  33. </widget>
  34. <widget class="QPushButton" name="pushButton">
  35. <property name="enabled">
  36. <bool>false</bool>
  37. </property>
  38. <property name="geometry">
  39. <rect>
  40. <x>369</x>
  41. <y>10</y>
  42. <width>91</width>
  43. <height>31</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>Waiting</string>
  48. </property>
  49. <property name="checkable">
  50. <bool>false</bool>
  51. </property>
  52. </widget>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>