mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:30:05 +00:00 
			
		
		
		
	Add Key Binds tab to Settings Dialog
This commit is contained in:
		
							parent
							
								
									94e5123158
								
							
						
					
					
						commit
						2bf15f8a69
					
				
					 1 changed files with 29 additions and 19 deletions
				
			
		|  | @ -13,8 +13,8 @@ | |||
|   <property name="windowTitle"> | ||||
|    <string>Settings</string> | ||||
|   </property> | ||||
|   <layout class="QVBoxLayout" name="verticalLayout"> | ||||
|    <item> | ||||
|   <layout class="QGridLayout" name="gridLayout_11"> | ||||
|    <item row="0" column="0"> | ||||
|     <widget class="QFrame" name="frame"> | ||||
|      <property name="frameShape"> | ||||
|       <enum>QFrame::StyledPanel</enum> | ||||
|  | @ -95,6 +95,15 @@ | |||
|             <normaloff>:/res/icons/font-awesome-6/font-solid.svg</normaloff>:/res/icons/font-awesome-6/font-solid.svg</iconset> | ||||
|           </property> | ||||
|          </item> | ||||
|          <item> | ||||
|           <property name="text"> | ||||
|            <string>Key Binds</string> | ||||
|           </property> | ||||
|           <property name="icon"> | ||||
|            <iconset resource="../../../../scwx-qt.qrc"> | ||||
|             <normaloff>:/res/icons/font-awesome-6/keyboard-regular.svg</normaloff>:/res/icons/font-awesome-6/keyboard-regular.svg</iconset> | ||||
|           </property> | ||||
|          </item> | ||||
|         </widget> | ||||
|         <widget class="QStackedWidget" name="stackedWidget"> | ||||
|          <property name="sizePolicy"> | ||||
|  | @ -209,6 +218,9 @@ | |||
|               <item row="5" column="2"> | ||||
|                <widget class="QComboBox" name="mapProviderComboBox"/> | ||||
|               </item> | ||||
|               <item row="10" column="2"> | ||||
|                <widget class="QComboBox" name="defaultTimeZoneComboBox"/> | ||||
|               </item> | ||||
|               <item row="7" column="4"> | ||||
|                <widget class="QToolButton" name="resetMapTilerApiKeyButton"> | ||||
|                 <property name="text"> | ||||
|  | @ -249,6 +261,17 @@ | |||
|                 </property> | ||||
|                </widget> | ||||
|               </item> | ||||
|               <item row="9" column="4"> | ||||
|                <widget class="QToolButton" name="resetClockFormatButton"> | ||||
|                 <property name="text"> | ||||
|                  <string>...</string> | ||||
|                 </property> | ||||
|                 <property name="icon"> | ||||
|                  <iconset resource="../../../../scwx-qt.qrc"> | ||||
|                   <normaloff>:/res/icons/font-awesome-6/rotate-left-solid.svg</normaloff>:/res/icons/font-awesome-6/rotate-left-solid.svg</iconset> | ||||
|                 </property> | ||||
|                </widget> | ||||
|               </item> | ||||
|               <item row="2" column="2"> | ||||
|                <widget class="QSpinBox" name="gridWidthSpinBox"/> | ||||
|               </item> | ||||
|  | @ -329,20 +352,6 @@ | |||
|               <item row="3" column="2"> | ||||
|                <widget class="QSpinBox" name="gridHeightSpinBox"/> | ||||
|               </item> | ||||
|               <item row="10" column="2"> | ||||
|                <widget class="QComboBox" name="defaultTimeZoneComboBox"/> | ||||
|               </item> | ||||
|               <item row="9" column="4"> | ||||
|                <widget class="QToolButton" name="resetClockFormatButton"> | ||||
|                 <property name="text"> | ||||
|                  <string>...</string> | ||||
|                 </property> | ||||
|                 <property name="icon"> | ||||
|                  <iconset resource="../../../../scwx-qt.qrc"> | ||||
|                   <normaloff>:/res/icons/font-awesome-6/rotate-left-solid.svg</normaloff>:/res/icons/font-awesome-6/rotate-left-solid.svg</iconset> | ||||
|                 </property> | ||||
|                </widget> | ||||
|               </item> | ||||
|               <item row="10" column="4"> | ||||
|                <widget class="QToolButton" name="resetDefaultTimeZoneButton"> | ||||
|                 <property name="text"> | ||||
|  | @ -429,8 +438,8 @@ | |||
|                    <rect> | ||||
|                     <x>0</x> | ||||
|                     <y>0</y> | ||||
|                     <width>63</width> | ||||
|                     <height>18</height> | ||||
|                     <width>498</width> | ||||
|                     <height>383</height> | ||||
|                    </rect> | ||||
|                   </property> | ||||
|                   <layout class="QGridLayout" name="gridLayout_3"> | ||||
|  | @ -1007,13 +1016,14 @@ | |||
|            </item> | ||||
|           </layout> | ||||
|          </widget> | ||||
|          <widget class="QWidget" name="keybinds"/> | ||||
|         </widget> | ||||
|        </widget> | ||||
|       </item> | ||||
|      </layout> | ||||
|     </widget> | ||||
|    </item> | ||||
|    <item> | ||||
|    <item row="1" column="0"> | ||||
|     <widget class="QDialogButtonBox" name="buttonBox"> | ||||
|      <property name="orientation"> | ||||
|       <enum>Qt::Horizontal</enum> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat