| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>TimeWidget</class> <widget class="QFrame" name="TimeWidget">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>190</width>    <height>43</height>   </rect>  </property>  <property name="windowTitle">   <string>Form</string>  </property>  <property name="styleSheet">   <string notr="true"/>  </property>  <layout class="QHBoxLayout" name="horizontalLayout_2">   <property name="leftMargin">    <number>0</number>   </property>   <property name="topMargin">    <number>0</number>   </property>   <property name="rightMargin">    <number>8</number>   </property>   <property name="bottomMargin">    <number>0</number>   </property>   <item>    <widget class="QLabel" name="lbl_tip">     <property name="styleSheet">      <string notr="true"/>     </property>     <property name="text">      <string>请选择</string>     </property>    </widget>   </item>   <item>    <widget class="QDateTimeEdit" name="dateTimeEdit">     <property name="styleSheet">      <string notr="true"/>     </property>     <property name="buttonSymbols">      <enum>QAbstractSpinBox::NoButtons</enum>     </property>     <property name="displayFormat">      <string>hh:mm:ss</string>     </property>    </widget>   </item>   <item>    <widget class="QPushButton" name="btn_tip">     <property name="minimumSize">      <size>       <width>18</width>       <height>18</height>      </size>     </property>     <property name="maximumSize">      <size>       <width>18</width>       <height>18</height>      </size>     </property>     <property name="styleSheet">      <string notr="true"/>     </property>     <property name="text">      <string/>     </property>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>
 |