mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:20:04 +00:00 
			
		
		
		
	Allow manual entry of timeline time
This commit is contained in:
		
							parent
							
								
									5970eaf678
								
							
						
					
					
						commit
						3d42ca9e12
					
				
					 1 changed files with 35 additions and 4 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>200</width> |     <width>200</width> | ||||||
|     <height>335</height> |     <height>337</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -58,13 +58,44 @@ | ||||||
|          </property> |          </property> | ||||||
|         </widget> |         </widget> | ||||||
|        </item> |        </item> | ||||||
|  |        <item> | ||||||
|  |         <widget class="QFrame" name="frame"> | ||||||
|  |          <property name="frameShape"> | ||||||
|  |           <enum>QFrame::StyledPanel</enum> | ||||||
|  |          </property> | ||||||
|  |          <property name="frameShadow"> | ||||||
|  |           <enum>QFrame::Raised</enum> | ||||||
|  |          </property> | ||||||
|  |          <layout class="QHBoxLayout" name="horizontalLayout"> | ||||||
|  |           <property name="leftMargin"> | ||||||
|  |            <number>0</number> | ||||||
|  |           </property> | ||||||
|  |           <property name="topMargin"> | ||||||
|  |            <number>0</number> | ||||||
|  |           </property> | ||||||
|  |           <property name="rightMargin"> | ||||||
|  |            <number>0</number> | ||||||
|  |           </property> | ||||||
|  |           <property name="bottomMargin"> | ||||||
|  |            <number>0</number> | ||||||
|  |           </property> | ||||||
|           <item> |           <item> | ||||||
|            <widget class="QTimeEdit" name="timeEdit"> |            <widget class="QTimeEdit" name="timeEdit"> | ||||||
|             <property name="displayFormat"> |             <property name="displayFormat"> | ||||||
|           <string>HH:mm t</string> |              <string>HH:mm</string> | ||||||
|             </property> |             </property> | ||||||
|            </widget> |            </widget> | ||||||
|           </item> |           </item> | ||||||
|  |           <item> | ||||||
|  |            <widget class="QLabel" name="label"> | ||||||
|  |             <property name="text"> | ||||||
|  |              <string>UTC</string> | ||||||
|  |             </property> | ||||||
|  |            </widget> | ||||||
|  |           </item> | ||||||
|  |          </layout> | ||||||
|  |         </widget> | ||||||
|  |        </item> | ||||||
|        <item> |        <item> | ||||||
|         <widget class="QLabel" name="loopTimeLabel"> |         <widget class="QLabel" name="loopTimeLabel"> | ||||||
|          <property name="text"> |          <property name="text"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat