Просмотр исходного кода

configure_general: Cleanup naming.

bunnei 8 лет назад
Родитель
Сommit
f1423fcbc1
1 измененных файлов с 14 добавлено и 14 удалено
  1. 14 14
      src/yuzu/configuration/configure_general.ui

+ 14 - 14
src/yuzu/configuration/configure_general.ui

@@ -13,17 +13,17 @@
   <property name="windowTitle">
   <property name="windowTitle">
    <string>Form</string>
    <string>Form</string>
   </property>
   </property>
-  <layout class="QHBoxLayout" name="horizontalLayout">
+  <layout class="QHBoxLayout" name="HorizontalLayout">
    <item>
    <item>
-    <layout class="QVBoxLayout" name="verticalLayout">
+    <layout class="QVBoxLayout" name="VerticalLayout">
      <item>
      <item>
-      <widget class="QGroupBox" name="groupBox">
+      <widget class="QGroupBox" name="GeneralGroupBox">
        <property name="title">
        <property name="title">
         <string>General</string>
         <string>General</string>
        </property>
        </property>
-       <layout class="QHBoxLayout" name="horizontalLayout_3">
+       <layout class="QHBoxLayout" name="GeneralHorizontalLayout">
         <item>
         <item>
-         <layout class="QVBoxLayout" name="verticalLayout_2">
+         <layout class="QVBoxLayout" name="GeneralVerticalLayout">
           <item>
           <item>
            <widget class="QCheckBox" name="toggle_deepscan">
            <widget class="QCheckBox" name="toggle_deepscan">
             <property name="text">
             <property name="text">
@@ -44,13 +44,13 @@
       </widget>
       </widget>
      </item>
      </item>
      <item>
      <item>
-       <widget class="QGroupBox" name="groupBox_2">
+       <widget class="QGroupBox" name="CpuCoreGroupBox">
          <property name="title">
          <property name="title">
            <string>CPU Core</string>
            <string>CPU Core</string>
          </property>
          </property>
-         <layout class="QHBoxLayout" name="horizontalLayout_7">
+         <layout class="QHBoxLayout" name="CpuCoreHorizontalLayout">
            <item>
            <item>
-             <layout class="QVBoxLayout" name="verticalLayout_5">
+             <layout class="QVBoxLayout" name="CpuCoreVerticalLayout">
                <item>
                <item>
                  <widget class="QComboBox" name="cpu_core_combobox">
                  <widget class="QComboBox" name="cpu_core_combobox">
                   <item>
                   <item>
@@ -71,13 +71,13 @@
        </widget>
        </widget>
      </item>
      </item>
      <item>
      <item>
-      <widget class="QGroupBox" name="groupBox_4">
+      <widget class="QGroupBox" name="EmulationGroupBox">
        <property name="title">
        <property name="title">
         <string>Emulation</string>
         <string>Emulation</string>
        </property>
        </property>
-        <layout class="QHBoxLayout" name="horizontalLayout_8">
+        <layout class="QHBoxLayout" name="EmulationHorizontalLayout">
           <item>
           <item>
-            <layout class="QVBoxLayout" name="verticalLayout_6">
+            <layout class="QVBoxLayout" name="EmulationVerticalLayout">
               <item>
               <item>
                 <widget class="QCheckBox" name="is_docked">
                 <widget class="QCheckBox" name="is_docked">
                   <property name="text">
                   <property name="text">
@@ -91,13 +91,13 @@
       </widget>
       </widget>
      </item>
      </item>
      <item>
      <item>
-      <widget class="QGroupBox" name="groupBox_3">
+      <widget class="QGroupBox" name="HotKeysGroupBox">
        <property name="title">
        <property name="title">
         <string>Hotkeys</string>
         <string>Hotkeys</string>
        </property>
        </property>
-       <layout class="QHBoxLayout" name="horizontalLayout_4">
+       <layout class="QHBoxLayout" name="HotKeysHorizontalLayout">
         <item>
         <item>
-         <layout class="QVBoxLayout" name="verticalLayout_4">
+         <layout class="QVBoxLayout" name="HotKeysVerticalLayout">
           <item>
           <item>
            <widget class="GHotkeysDialog" name="widget" native="true"/>
            <widget class="GHotkeysDialog" name="widget" native="true"/>
           </item>
           </item>