timewidget.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TimeWidget</class>
  4. <widget class="QFrame" name="TimeWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>190</width>
  10. <height>43</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QHBoxLayout" name="horizontalLayout_2">
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>8</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QLabel" name="lbl_tip">
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <property name="text">
  38. <string>请选择</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QDateTimeEdit" name="dateTimeEdit">
  44. <property name="sizePolicy">
  45. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  46. <horstretch>0</horstretch>
  47. <verstretch>0</verstretch>
  48. </sizepolicy>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true"/>
  52. </property>
  53. <property name="buttonSymbols">
  54. <enum>QAbstractSpinBox::NoButtons</enum>
  55. </property>
  56. <property name="displayFormat">
  57. <string>hh:mm:ss</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="btn_tip">
  63. <property name="minimumSize">
  64. <size>
  65. <width>18</width>
  66. <height>18</height>
  67. </size>
  68. </property>
  69. <property name="maximumSize">
  70. <size>
  71. <width>18</width>
  72. <height>18</height>
  73. </size>
  74. </property>
  75. <property name="styleSheet">
  76. <string notr="true"/>
  77. </property>
  78. <property name="text">
  79. <string/>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>