mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:10: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"> |   <property name="windowTitle"> | ||||||
|    <string>Settings</string> |    <string>Settings</string> | ||||||
|   </property> |   </property> | ||||||
|   <layout class="QVBoxLayout" name="verticalLayout"> |   <layout class="QGridLayout" name="gridLayout_11"> | ||||||
|    <item> |    <item row="0" column="0"> | ||||||
|     <widget class="QFrame" name="frame"> |     <widget class="QFrame" name="frame"> | ||||||
|      <property name="frameShape"> |      <property name="frameShape"> | ||||||
|       <enum>QFrame::StyledPanel</enum> |       <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> |             <normaloff>:/res/icons/font-awesome-6/font-solid.svg</normaloff>:/res/icons/font-awesome-6/font-solid.svg</iconset> | ||||||
|           </property> |           </property> | ||||||
|          </item> |          </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> | ||||||
|         <widget class="QStackedWidget" name="stackedWidget"> |         <widget class="QStackedWidget" name="stackedWidget"> | ||||||
|          <property name="sizePolicy"> |          <property name="sizePolicy"> | ||||||
|  | @ -209,6 +218,9 @@ | ||||||
|               <item row="5" column="2"> |               <item row="5" column="2"> | ||||||
|                <widget class="QComboBox" name="mapProviderComboBox"/> |                <widget class="QComboBox" name="mapProviderComboBox"/> | ||||||
|               </item> |               </item> | ||||||
|  |               <item row="10" column="2"> | ||||||
|  |                <widget class="QComboBox" name="defaultTimeZoneComboBox"/> | ||||||
|  |               </item> | ||||||
|               <item row="7" column="4"> |               <item row="7" column="4"> | ||||||
|                <widget class="QToolButton" name="resetMapTilerApiKeyButton"> |                <widget class="QToolButton" name="resetMapTilerApiKeyButton"> | ||||||
|                 <property name="text"> |                 <property name="text"> | ||||||
|  | @ -249,6 +261,17 @@ | ||||||
|                 </property> |                 </property> | ||||||
|                </widget> |                </widget> | ||||||
|               </item> |               </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"> |               <item row="2" column="2"> | ||||||
|                <widget class="QSpinBox" name="gridWidthSpinBox"/> |                <widget class="QSpinBox" name="gridWidthSpinBox"/> | ||||||
|               </item> |               </item> | ||||||
|  | @ -329,20 +352,6 @@ | ||||||
|               <item row="3" column="2"> |               <item row="3" column="2"> | ||||||
|                <widget class="QSpinBox" name="gridHeightSpinBox"/> |                <widget class="QSpinBox" name="gridHeightSpinBox"/> | ||||||
|               </item> |               </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"> |               <item row="10" column="4"> | ||||||
|                <widget class="QToolButton" name="resetDefaultTimeZoneButton"> |                <widget class="QToolButton" name="resetDefaultTimeZoneButton"> | ||||||
|                 <property name="text"> |                 <property name="text"> | ||||||
|  | @ -429,8 +438,8 @@ | ||||||
|                    <rect> |                    <rect> | ||||||
|                     <x>0</x> |                     <x>0</x> | ||||||
|                     <y>0</y> |                     <y>0</y> | ||||||
|                     <width>63</width> |                     <width>498</width> | ||||||
|                     <height>18</height> |                     <height>383</height> | ||||||
|                    </rect> |                    </rect> | ||||||
|                   </property> |                   </property> | ||||||
|                   <layout class="QGridLayout" name="gridLayout_3"> |                   <layout class="QGridLayout" name="gridLayout_3"> | ||||||
|  | @ -1007,13 +1016,14 @@ | ||||||
|            </item> |            </item> | ||||||
|           </layout> |           </layout> | ||||||
|          </widget> |          </widget> | ||||||
|  |          <widget class="QWidget" name="keybinds"/> | ||||||
|         </widget> |         </widget> | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|      </layout> |      </layout> | ||||||
|     </widget> |     </widget> | ||||||
|    </item> |    </item> | ||||||
|    <item> |    <item row="1" column="0"> | ||||||
|     <widget class="QDialogButtonBox" name="buttonBox"> |     <widget class="QDialogButtonBox" name="buttonBox"> | ||||||
|      <property name="orientation"> |      <property name="orientation"> | ||||||
|       <enum>Qt::Horizontal</enum> |       <enum>Qt::Horizontal</enum> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat