mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Improve tab ordering (#6019)
This commit is contained in:
		
							parent
							
								
									856b3d6c95
								
							
						
					
					
						commit
						44e1f2319f
					
				
					 11 changed files with 244 additions and 77 deletions
				
			
		|  | @ -42,6 +42,12 @@ | ||||||
|        <property name="orientation"> |        <property name="orientation"> | ||||||
|         <enum>Qt::Horizontal</enum> |         <enum>Qt::Horizontal</enum> | ||||||
|        </property> |        </property> | ||||||
|  |        <property name="sizeHint" stdset="0"> | ||||||
|  |         <size> | ||||||
|  |          <width>0</width> | ||||||
|  |          <height>0</height> | ||||||
|  |         </size> | ||||||
|  |        </property> | ||||||
|       </spacer> |       </spacer> | ||||||
|      </item> |      </item> | ||||||
|      <item> |      <item> | ||||||
|  | @ -59,14 +65,6 @@ | ||||||
|       <layout class="QVBoxLayout"> |       <layout class="QVBoxLayout"> | ||||||
|        <item> |        <item> | ||||||
|         <widget class="QLabel" name="labelAvailableCheats"> |         <widget class="QLabel" name="labelAvailableCheats"> | ||||||
|          <property name="geometry"> |  | ||||||
|           <rect> |  | ||||||
|            <x>10</x> |  | ||||||
|            <y>60</y> |  | ||||||
|            <width>121</width> |  | ||||||
|            <height>16</height> |  | ||||||
|           </rect> |  | ||||||
|          </property> |  | ||||||
|          <property name="text"> |          <property name="text"> | ||||||
|           <string>Available Cheats:</string> |           <string>Available Cheats:</string> | ||||||
|          </property> |          </property> | ||||||
|  | @ -77,12 +75,12 @@ | ||||||
|          <property name="editTriggers"> |          <property name="editTriggers"> | ||||||
|           <set>QAbstractItemView::NoEditTriggers</set> |           <set>QAbstractItemView::NoEditTriggers</set> | ||||||
|          </property> |          </property> | ||||||
|          <property name="selectionBehavior"> |  | ||||||
|           <enum>QAbstractItemView::SelectRows</enum> |  | ||||||
|          </property> |  | ||||||
|          <property name="selectionMode"> |          <property name="selectionMode"> | ||||||
|           <enum>QAbstractItemView::SingleSelection</enum> |           <enum>QAbstractItemView::SingleSelection</enum> | ||||||
|          </property> |          </property> | ||||||
|  |          <property name="selectionBehavior"> | ||||||
|  |           <enum>QAbstractItemView::SelectRows</enum> | ||||||
|  |          </property> | ||||||
|          <property name="showGrid"> |          <property name="showGrid"> | ||||||
|           <bool>false</bool> |           <bool>false</bool> | ||||||
|          </property> |          </property> | ||||||
|  | @ -123,26 +121,32 @@ | ||||||
|            <property name="orientation"> |            <property name="orientation"> | ||||||
|             <enum>Qt::Horizontal</enum> |             <enum>Qt::Horizontal</enum> | ||||||
|            </property> |            </property> | ||||||
|  |            <property name="sizeHint" stdset="0"> | ||||||
|  |             <size> | ||||||
|  |              <width>0</width> | ||||||
|  |              <height>0</height> | ||||||
|  |             </size> | ||||||
|  |            </property> | ||||||
|           </spacer> |           </spacer> | ||||||
|          </item> |          </item> | ||||||
|          <item> |          <item> | ||||||
|           <widget class="QPushButton" name="buttonSave"> |           <widget class="QPushButton" name="buttonSave"> | ||||||
|            <property name="text"> |  | ||||||
|             <string>Save</string> |  | ||||||
|            </property> |  | ||||||
|            <property name="enabled"> |            <property name="enabled"> | ||||||
|             <bool>false</bool> |             <bool>false</bool> | ||||||
|            </property> |            </property> | ||||||
|  |            <property name="text"> | ||||||
|  |             <string>Save</string> | ||||||
|  |            </property> | ||||||
|           </widget> |           </widget> | ||||||
|          </item> |          </item> | ||||||
|          <item> |          <item> | ||||||
|           <widget class="QPushButton" name="buttonDelete"> |           <widget class="QPushButton" name="buttonDelete"> | ||||||
|            <property name="text"> |  | ||||||
|             <string>Delete</string> |  | ||||||
|            </property> |  | ||||||
|            <property name="enabled"> |            <property name="enabled"> | ||||||
|             <bool>false</bool> |             <bool>false</bool> | ||||||
|            </property> |            </property> | ||||||
|  |            <property name="text"> | ||||||
|  |             <string>Delete</string> | ||||||
|  |            </property> | ||||||
|           </widget> |           </widget> | ||||||
|          </item> |          </item> | ||||||
|         </layout> |         </layout> | ||||||
|  | @ -196,6 +200,12 @@ | ||||||
|        <property name="orientation"> |        <property name="orientation"> | ||||||
|         <enum>Qt::Horizontal</enum> |         <enum>Qt::Horizontal</enum> | ||||||
|        </property> |        </property> | ||||||
|  |        <property name="sizeHint" stdset="0"> | ||||||
|  |         <size> | ||||||
|  |          <width>0</width> | ||||||
|  |          <height>0</height> | ||||||
|  |         </size> | ||||||
|  |        </property> | ||||||
|       </spacer> |       </spacer> | ||||||
|      </item> |      </item> | ||||||
|      <item> |      <item> | ||||||
|  | @ -209,6 +219,16 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>buttonAddCheat</tabstop> | ||||||
|  |   <tabstop>tableCheats</tabstop> | ||||||
|  |   <tabstop>lineName</tabstop> | ||||||
|  |   <tabstop>textNotes</tabstop> | ||||||
|  |   <tabstop>textCode</tabstop> | ||||||
|  |   <tabstop>buttonSave</tabstop> | ||||||
|  |   <tabstop>buttonDelete</tabstop> | ||||||
|  |   <tabstop>buttonClose</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>329</width> |     <width>329</width> | ||||||
|     <height>332</height> |     <height>344</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <layout class="QVBoxLayout"> |   <layout class="QVBoxLayout"> | ||||||
|  | @ -205,6 +205,15 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>emulation_combo_box</tabstop> | ||||||
|  |   <tabstop>output_sink_combo_box</tabstop> | ||||||
|  |   <tabstop>toggle_audio_stretching</tabstop> | ||||||
|  |   <tabstop>audio_device_combo_box</tabstop> | ||||||
|  |   <tabstop>volume_slider</tabstop> | ||||||
|  |   <tabstop>input_type_combo_box</tabstop> | ||||||
|  |   <tabstop>input_device_combo_box</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>400</width> |     <width>400</width> | ||||||
|     <height>300</height> |     <height>489</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -186,12 +186,12 @@ | ||||||
|        <layout class="QHBoxLayout" name="horizontalLayout_7"> |        <layout class="QHBoxLayout" name="horizontalLayout_7"> | ||||||
|         <item> |         <item> | ||||||
|          <widget class="QLabel" name="system_camera_label"> |          <widget class="QLabel" name="system_camera_label"> | ||||||
|           <property name="frameShape"> |  | ||||||
|            <enum>QFrame::NoFrame</enum> |  | ||||||
|           </property> |  | ||||||
|           <property name="toolTip"> |           <property name="toolTip"> | ||||||
|            <string>Select the system camera to use</string> |            <string>Select the system camera to use</string> | ||||||
|           </property> |           </property> | ||||||
|  |           <property name="frameShape"> | ||||||
|  |            <enum>QFrame::NoFrame</enum> | ||||||
|  |           </property> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Camera:</string> |            <string>Camera:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -227,12 +227,12 @@ | ||||||
|        <layout class="QHBoxLayout" name="horizontalLayout_8"> |        <layout class="QHBoxLayout" name="horizontalLayout_8"> | ||||||
|         <item> |         <item> | ||||||
|          <widget class="QLabel" name="camera_flip_label"> |          <widget class="QLabel" name="camera_flip_label"> | ||||||
|           <property name="frameShape"> |  | ||||||
|            <enum>QFrame::NoFrame</enum> |  | ||||||
|           </property> |  | ||||||
|           <property name="toolTip"> |           <property name="toolTip"> | ||||||
|            <string>Select the image flip to apply</string> |            <string>Select the image flip to apply</string> | ||||||
|           </property> |           </property> | ||||||
|  |           <property name="frameShape"> | ||||||
|  |            <enum>QFrame::NoFrame</enum> | ||||||
|  |           </property> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Flip:</string> |            <string>Flip:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -342,6 +342,18 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>camera_selection</tabstop> | ||||||
|  |   <tabstop>camera_mode</tabstop> | ||||||
|  |   <tabstop>camera_position</tabstop> | ||||||
|  |   <tabstop>image_source</tabstop> | ||||||
|  |   <tabstop>camera_file</tabstop> | ||||||
|  |   <tabstop>toolButton</tabstop> | ||||||
|  |   <tabstop>system_camera</tabstop> | ||||||
|  |   <tabstop>camera_flip</tabstop> | ||||||
|  |   <tabstop>prompt_before_load</tabstop> | ||||||
|  |   <tabstop>preview_button</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>400</width> |     <width>443</width> | ||||||
|     <height>300</height> |     <height>300</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|  | @ -137,6 +137,14 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>toggle_gdbstub</tabstop> | ||||||
|  |   <tabstop>gdbport_spinbox</tabstop> | ||||||
|  |   <tabstop>log_filter_edit</tabstop> | ||||||
|  |   <tabstop>toggle_console</tabstop> | ||||||
|  |   <tabstop>open_log_button</tabstop> | ||||||
|  |   <tabstop>toggle_cpu_jit</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections> |  <connections> | ||||||
|   <connection> |   <connection> | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>400</width> |     <width>400</width> | ||||||
|     <height>595</height> |     <height>634</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="minimumSize"> |   <property name="minimumSize"> | ||||||
|  | @ -343,6 +343,21 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>resolution_factor_combobox</tabstop> | ||||||
|  |   <tabstop>toggle_linear_filter</tabstop> | ||||||
|  |   <tabstop>shader_combobox</tabstop> | ||||||
|  |   <tabstop>texture_filter_combobox</tabstop> | ||||||
|  |   <tabstop>render_3d_combobox</tabstop> | ||||||
|  |   <tabstop>factor_3d</tabstop> | ||||||
|  |   <tabstop>layout_combobox</tabstop> | ||||||
|  |   <tabstop>swap_screen</tabstop> | ||||||
|  |   <tabstop>upright_screen</tabstop> | ||||||
|  |   <tabstop>bg_button</tabstop> | ||||||
|  |   <tabstop>toggle_custom_textures</tabstop> | ||||||
|  |   <tabstop>toggle_dump_textures</tabstop> | ||||||
|  |   <tabstop>toggle_preload_textures</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>408</width> |     <width>408</width> | ||||||
|     <height>396</height> |     <height>436</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -237,6 +237,18 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>toggle_check_exit</tabstop> | ||||||
|  |   <tabstop>toggle_background_pause</tabstop> | ||||||
|  |   <tabstop>toggle_hide_mouse</tabstop> | ||||||
|  |   <tabstop>toggle_update_check</tabstop> | ||||||
|  |   <tabstop>toggle_auto_update</tabstop> | ||||||
|  |   <tabstop>region_combobox</tabstop> | ||||||
|  |   <tabstop>frame_limit</tabstop> | ||||||
|  |   <tabstop>toggle_alternate_speed</tabstop> | ||||||
|  |   <tabstop>frame_limit_alternate</tabstop> | ||||||
|  |   <tabstop>button_reset_defaults</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -118,16 +118,16 @@ | ||||||
|       <string>Advanced</string> |       <string>Advanced</string> | ||||||
|      </property> |      </property> | ||||||
|      <layout class="QVBoxLayout" name="verticalLayout_2"> |      <layout class="QVBoxLayout" name="verticalLayout_2"> | ||||||
|        <item> |       <item> | ||||||
|          <widget class="QCheckBox" name="toggle_disk_shader_cache"> |        <widget class="QCheckBox" name="toggle_disk_shader_cache"> | ||||||
|            <property name="toolTip"> |         <property name="toolTip"> | ||||||
|              <string><html><head/><body><p>Reduce stuttering by storing and loading generated shaders to disk.</p></body></html></string> |          <string><html><head/><body><p>Reduce stuttering by storing and loading generated shaders to disk.</p></body></html></string> | ||||||
|            </property> |         </property> | ||||||
|            <property name="text"> |         <property name="text"> | ||||||
|              <string>Use Disk Shader Cache</string> |          <string>Use Disk Shader Cache</string> | ||||||
|            </property> |         </property> | ||||||
|          </widget> |        </widget> | ||||||
|        </item> |       </item> | ||||||
|       <item> |       <item> | ||||||
|        <widget class="QCheckBox" name="toggle_vsync_new"> |        <widget class="QCheckBox" name="toggle_vsync_new"> | ||||||
|         <property name="toolTip"> |         <property name="toolTip"> | ||||||
|  | @ -156,6 +156,15 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>toggle_hw_renderer</tabstop> | ||||||
|  |   <tabstop>toggle_hw_shader</tabstop> | ||||||
|  |   <tabstop>toggle_separable_shader</tabstop> | ||||||
|  |   <tabstop>toggle_accurate_mul</tabstop> | ||||||
|  |   <tabstop>toggle_shader_jit</tabstop> | ||||||
|  |   <tabstop>toggle_disk_shader_cache</tabstop> | ||||||
|  |   <tabstop>toggle_vsync_new</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -6,8 +6,8 @@ | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>374</width> |     <width>441</width> | ||||||
|     <height>670</height> |     <height>727</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -816,6 +816,46 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>profile</tabstop> | ||||||
|  |   <tabstop>buttonNew</tabstop> | ||||||
|  |   <tabstop>buttonDelete</tabstop> | ||||||
|  |   <tabstop>buttonRename</tabstop> | ||||||
|  |   <tabstop>buttonA</tabstop> | ||||||
|  |   <tabstop>buttonB</tabstop> | ||||||
|  |   <tabstop>buttonX</tabstop> | ||||||
|  |   <tabstop>buttonY</tabstop> | ||||||
|  |   <tabstop>buttonDpadLeft</tabstop> | ||||||
|  |   <tabstop>buttonDpadRight</tabstop> | ||||||
|  |   <tabstop>buttonDpadUp</tabstop> | ||||||
|  |   <tabstop>buttonDpadDown</tabstop> | ||||||
|  |   <tabstop>buttonCircleLeft</tabstop> | ||||||
|  |   <tabstop>buttonCircleRight</tabstop> | ||||||
|  |   <tabstop>buttonCircleUp</tabstop> | ||||||
|  |   <tabstop>buttonCircleDown</tabstop> | ||||||
|  |   <tabstop>buttonCircleAnalog</tabstop> | ||||||
|  |   <tabstop>sliderCirclePadDeadzoneAndModifier</tabstop> | ||||||
|  |   <tabstop>buttonCStickLeft</tabstop> | ||||||
|  |   <tabstop>buttonCStickRight</tabstop> | ||||||
|  |   <tabstop>buttonCStickUp</tabstop> | ||||||
|  |   <tabstop>buttonCStickDown</tabstop> | ||||||
|  |   <tabstop>buttonCStickAnalog</tabstop> | ||||||
|  |   <tabstop>sliderCStickDeadzoneAndModifier</tabstop> | ||||||
|  |   <tabstop>buttonL</tabstop> | ||||||
|  |   <tabstop>buttonR</tabstop> | ||||||
|  |   <tabstop>buttonZL</tabstop> | ||||||
|  |   <tabstop>buttonZR</tabstop> | ||||||
|  |   <tabstop>buttonStart</tabstop> | ||||||
|  |   <tabstop>buttonSelect</tabstop> | ||||||
|  |   <tabstop>buttonHome</tabstop> | ||||||
|  |   <tabstop>buttonCircleMod</tabstop> | ||||||
|  |   <tabstop>buttonDebug</tabstop> | ||||||
|  |   <tabstop>buttonGpio14</tabstop> | ||||||
|  |   <tabstop>buttonMotionTouch</tabstop> | ||||||
|  |   <tabstop>buttonAutoMap</tabstop> | ||||||
|  |   <tabstop>buttonClearAll</tabstop> | ||||||
|  |   <tabstop>buttonRestoreDefaults</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -6,8 +6,8 @@ | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>471</width> |     <width>520</width> | ||||||
|     <height>555</height> |     <height>564</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|   <property name="windowTitle"> |   <property name="windowTitle"> | ||||||
|  | @ -406,6 +406,20 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>toggle_new_3ds</tabstop> | ||||||
|  |   <tabstop>edit_username</tabstop> | ||||||
|  |   <tabstop>combo_birthmonth</tabstop> | ||||||
|  |   <tabstop>combo_birthday</tabstop> | ||||||
|  |   <tabstop>combo_language</tabstop> | ||||||
|  |   <tabstop>combo_sound</tabstop> | ||||||
|  |   <tabstop>combo_country</tabstop> | ||||||
|  |   <tabstop>combo_init_clock</tabstop> | ||||||
|  |   <tabstop>edit_init_time</tabstop> | ||||||
|  |   <tabstop>spinBox_play_coins</tabstop> | ||||||
|  |   <tabstop>button_regenerate_console_id</tabstop> | ||||||
|  |   <tabstop>slider_clock_speed</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|     <y>0</y> |     <y>0</y> | ||||||
|     <width>926</width> |     <width>996</width> | ||||||
|     <height>561</height> |     <height>561</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|  | @ -55,7 +55,7 @@ | ||||||
|            </widget> |            </widget> | ||||||
|           </item> |           </item> | ||||||
|           <item row="0" column="1" colspan="3"> |           <item row="0" column="1" colspan="3"> | ||||||
|            <widget class="QLabel" name="username" /> |            <widget class="QLabel" name="username"/> | ||||||
|           </item> |           </item> | ||||||
|           <item row="1" column="0"> |           <item row="1" column="0"> | ||||||
|            <widget class="QLabel" name="label_token"> |            <widget class="QLabel" name="label_token"> | ||||||
|  | @ -65,8 +65,7 @@ | ||||||
|            </widget> |            </widget> | ||||||
|           </item> |           </item> | ||||||
|           <item row="1" column="4"> |           <item row="1" column="4"> | ||||||
|            <widget class="QLabel" name="label_token_verified"> |            <widget class="QLabel" name="label_token_verified"/> | ||||||
|            </widget> |  | ||||||
|           </item> |           </item> | ||||||
|           <item row="0" column="0"> |           <item row="0" column="0"> | ||||||
|            <widget class="QLabel" name="label_username"> |            <widget class="QLabel" name="label_username"> | ||||||
|  | @ -173,20 +172,20 @@ | ||||||
|     </layout> |     </layout> | ||||||
|    </item> |    </item> | ||||||
|    <item> |    <item> | ||||||
|      <widget class="QGroupBox" name="discord_group"> |     <widget class="QGroupBox" name="discord_group"> | ||||||
|       <property name="title"> |      <property name="title"> | ||||||
|        <string>Discord Presence</string> |       <string>Discord Presence</string> | ||||||
|       </property> |      </property> | ||||||
|       <layout class="QVBoxLayout" name="verticalLayout_21"> |      <layout class="QVBoxLayout" name="verticalLayout_21"> | ||||||
|        <item> |       <item> | ||||||
|         <widget class="QCheckBox" name="toggle_discordrpc"> |        <widget class="QCheckBox" name="toggle_discordrpc"> | ||||||
|          <property name="text"> |         <property name="text"> | ||||||
|           <string>Show Current Game in your Discord Status</string> |          <string>Show Current Game in your Discord Status</string> | ||||||
|          </property> |         </property> | ||||||
|         </widget> |        </widget> | ||||||
|        </item> |       </item> | ||||||
|       </layout> |      </layout> | ||||||
|      </widget> |     </widget> | ||||||
|    </item> |    </item> | ||||||
|    <item> |    <item> | ||||||
|     <spacer name="verticalSpacer"> |     <spacer name="verticalSpacer"> | ||||||
|  | @ -203,6 +202,13 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>edit_token</tabstop> | ||||||
|  |   <tabstop>button_verify_login</tabstop> | ||||||
|  |   <tabstop>toggle_telemetry</tabstop> | ||||||
|  |   <tabstop>button_regenerate_telemetry_id</tabstop> | ||||||
|  |   <tabstop>toggle_discordrpc</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  <resources/> |  <resources/> | ||||||
|  <connections/> |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
|  | @ -2,9 +2,6 @@ | ||||||
| <ui version="4.0"> | <ui version="4.0"> | ||||||
|  <class>RecordDialog</class> |  <class>RecordDialog</class> | ||||||
|  <widget class="QDialog" name="RecordDialog"> |  <widget class="QDialog" name="RecordDialog"> | ||||||
|   <property name="windowTitle"> |  | ||||||
|    <string>View Record</string> |  | ||||||
|   </property> |  | ||||||
|   <property name="geometry"> |   <property name="geometry"> | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|  | @ -13,17 +10,20 @@ | ||||||
|     <height>500</height> |     <height>500</height> | ||||||
|    </rect> |    </rect> | ||||||
|   </property> |   </property> | ||||||
|  |   <property name="windowTitle"> | ||||||
|  |    <string>View Record</string> | ||||||
|  |   </property> | ||||||
|   <layout class="QVBoxLayout"> |   <layout class="QVBoxLayout"> | ||||||
|    <item> |    <item> | ||||||
|     <layout class="QHBoxLayout"> |     <layout class="QHBoxLayout"> | ||||||
|      <item> |      <item> | ||||||
|       <widget class="QGroupBox"> |       <widget class="QGroupBox" name="groupBox"> | ||||||
|        <property name="title"> |        <property name="title"> | ||||||
|         <string>Client</string> |         <string>Client</string> | ||||||
|        </property> |        </property> | ||||||
|        <layout class="QFormLayout"> |        <layout class="QFormLayout"> | ||||||
|         <item row="0" column="0"> |         <item row="0" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Process:</string> |            <string>Process:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -37,7 +37,7 @@ | ||||||
|          </widget> |          </widget> | ||||||
|         </item> |         </item> | ||||||
|         <item row="1" column="0"> |         <item row="1" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Thread:</string> |            <string>Thread:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -51,7 +51,7 @@ | ||||||
|          </widget> |          </widget> | ||||||
|         </item> |         </item> | ||||||
|         <item row="2" column="0"> |         <item row="2" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Session:</string> |            <string>Session:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -68,13 +68,13 @@ | ||||||
|       </widget> |       </widget> | ||||||
|      </item> |      </item> | ||||||
|      <item> |      <item> | ||||||
|       <widget class="QGroupBox"> |       <widget class="QGroupBox" name="groupBox"> | ||||||
|        <property name="title"> |        <property name="title"> | ||||||
|         <string>Server</string> |         <string>Server</string> | ||||||
|        </property> |        </property> | ||||||
|        <layout class="QFormLayout"> |        <layout class="QFormLayout"> | ||||||
|         <item row="0" column="0"> |         <item row="0" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Process:</string> |            <string>Process:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -88,7 +88,7 @@ | ||||||
|          </widget> |          </widget> | ||||||
|         </item> |         </item> | ||||||
|         <item row="1" column="0"> |         <item row="1" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Thread:</string> |            <string>Thread:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -102,7 +102,7 @@ | ||||||
|          </widget> |          </widget> | ||||||
|         </item> |         </item> | ||||||
|         <item row="2" column="0"> |         <item row="2" column="0"> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Session:</string> |            <string>Session:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -121,13 +121,13 @@ | ||||||
|     </layout> |     </layout> | ||||||
|    </item> |    </item> | ||||||
|    <item> |    <item> | ||||||
|     <widget class="QGroupBox"> |     <widget class="QGroupBox" name="groupBox"> | ||||||
|      <property name="title"> |      <property name="title"> | ||||||
|       <string>General</string> |       <string>General</string> | ||||||
|      </property> |      </property> | ||||||
|      <layout class="QFormLayout"> |      <layout class="QFormLayout"> | ||||||
|       <item row="0" column="0"> |       <item row="0" column="0"> | ||||||
|        <widget class="QLabel"> |        <widget class="QLabel" name="label"> | ||||||
|         <property name="text"> |         <property name="text"> | ||||||
|          <string>Client Port:</string> |          <string>Client Port:</string> | ||||||
|         </property> |         </property> | ||||||
|  | @ -141,7 +141,7 @@ | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|       <item row="1" column="0"> |       <item row="1" column="0"> | ||||||
|        <widget class="QLabel"> |        <widget class="QLabel" name="label"> | ||||||
|         <property name="text"> |         <property name="text"> | ||||||
|          <string>Service:</string> |          <string>Service:</string> | ||||||
|         </property> |         </property> | ||||||
|  | @ -155,7 +155,7 @@ | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|       <item row="2" column="0"> |       <item row="2" column="0"> | ||||||
|        <widget class="QLabel"> |        <widget class="QLabel" name="label"> | ||||||
|         <property name="text"> |         <property name="text"> | ||||||
|          <string>Function:</string> |          <string>Function:</string> | ||||||
|         </property> |         </property> | ||||||
|  | @ -172,7 +172,7 @@ | ||||||
|     </widget> |     </widget> | ||||||
|    </item> |    </item> | ||||||
|    <item> |    <item> | ||||||
|     <widget class="QGroupBox"> |     <widget class="QGroupBox" name="groupBox"> | ||||||
|      <property name="title"> |      <property name="title"> | ||||||
|       <string>Command Buffer</string> |       <string>Command Buffer</string> | ||||||
|      </property> |      </property> | ||||||
|  | @ -180,7 +180,7 @@ | ||||||
|       <item> |       <item> | ||||||
|        <layout class="QHBoxLayout"> |        <layout class="QHBoxLayout"> | ||||||
|         <item> |         <item> | ||||||
|          <widget class="QLabel"> |          <widget class="QLabel" name="label"> | ||||||
|           <property name="text"> |           <property name="text"> | ||||||
|            <string>Select:</string> |            <string>Select:</string> | ||||||
|           </property> |           </property> | ||||||
|  | @ -229,6 +229,12 @@ | ||||||
|        <property name="orientation"> |        <property name="orientation"> | ||||||
|         <enum>Qt::Horizontal</enum> |         <enum>Qt::Horizontal</enum> | ||||||
|        </property> |        </property> | ||||||
|  |        <property name="sizeHint" stdset="0"> | ||||||
|  |         <size> | ||||||
|  |          <width>0</width> | ||||||
|  |          <height>0</height> | ||||||
|  |         </size> | ||||||
|  |        </property> | ||||||
|       </spacer> |       </spacer> | ||||||
|      </item> |      </item> | ||||||
|      <item> |      <item> | ||||||
|  | @ -242,4 +248,20 @@ | ||||||
|    </item> |    </item> | ||||||
|   </layout> |   </layout> | ||||||
|  </widget> |  </widget> | ||||||
|  |  <tabstops> | ||||||
|  |   <tabstop>clientProcess</tabstop> | ||||||
|  |   <tabstop>clientThread</tabstop> | ||||||
|  |   <tabstop>clientSession</tabstop> | ||||||
|  |   <tabstop>serverProcess</tabstop> | ||||||
|  |   <tabstop>serverThread</tabstop> | ||||||
|  |   <tabstop>serverSession</tabstop> | ||||||
|  |   <tabstop>clientPort</tabstop> | ||||||
|  |   <tabstop>service</tabstop> | ||||||
|  |   <tabstop>function</tabstop> | ||||||
|  |   <tabstop>cmdbufSelection</tabstop> | ||||||
|  |   <tabstop>cmdbuf</tabstop> | ||||||
|  |   <tabstop>okButton</tabstop> | ||||||
|  |  </tabstops> | ||||||
|  |  <resources/> | ||||||
|  |  <connections/> | ||||||
| </ui> | </ui> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue