cpushbuttontime.ui 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CPushButtonTime</class>
  4. <widget class="QWidget" name="CPushButtonTime">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>242</width>
  10. <height>32</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>32</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>1666666</width>
  22. <height>32</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="spacing">
  30. <number>3</number>
  31. </property>
  32. <property name="leftMargin">
  33. <number>12</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>8</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>8</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>8</number>
  43. </property>
  44. <item>
  45. <widget class="QLabel" name="label_text">
  46. <property name="minimumSize">
  47. <size>
  48. <width>55</width>
  49. <height>0</height>
  50. </size>
  51. </property>
  52. <property name="text">
  53. <string/>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="QLabel" name="label_icon">
  59. <property name="minimumSize">
  60. <size>
  61. <width>16</width>
  62. <height>16</height>
  63. </size>
  64. </property>
  65. <property name="maximumSize">
  66. <size>
  67. <width>16</width>
  68. <height>16</height>
  69. </size>
  70. </property>
  71. <property name="text">
  72. <string/>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. <resources/>
  79. <connections/>
  80. </ui>