52 <property name="title"> |
52 <property name="title"> |
53 <string>Interface</string> |
53 <string>Interface</string> |
54 </property> |
54 </property> |
55 <layout class="QFormLayout" name="formLayout"> |
55 <layout class="QFormLayout" name="formLayout"> |
56 <item row="0" column="0"> |
56 <item row="0" column="0"> |
57 <widget class="QLabel" name="label"> |
57 <widget class="QLabel" name="label_6"> |
58 <property name="text"> |
58 <property name="text"> |
59 <string>Language:</string> |
59 <string>View mode:</string> |
60 </property> |
60 </property> |
61 </widget> |
61 </widget> |
62 </item> |
62 </item> |
63 <item row="0" column="1"> |
63 <item row="0" column="1"> |
64 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
65 <item> |
|
66 <widget class="QComboBox" name="language"> |
|
67 <item> |
|
68 <property name="text"> |
|
69 <string>System language</string> |
|
70 </property> |
|
71 </item> |
|
72 <item> |
|
73 <property name="text"> |
|
74 <string>English</string> |
|
75 </property> |
|
76 </item> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </item> |
|
81 <item row="1" column="0"> |
|
82 <widget class="QLabel" name="label_6"> |
|
83 <property name="text"> |
|
84 <string>View mode:</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="1" column="1"> |
|
89 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
64 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
90 <item> |
65 <item> |
91 <widget class="QRadioButton" name="viewModeTabs"> |
66 <widget class="QRadioButton" name="viewModeSubWindows"> |
92 <property name="toolTip"> |
67 <property name="toolTip"> |
93 <string>Arrange opened documents using tabs</string> |
68 <string>Arrange opened documents using resizable and movable subwindows</string> |
94 </property> |
69 </property> |
95 <property name="text"> |
70 <property name="text"> |
96 <string>Tabs</string> |
71 <string>Subwindows</string> |
97 </property> |
72 </property> |
98 <attribute name="buttonGroup"> |
73 <attribute name="buttonGroup"> |
99 <string notr="true">viewModeButtonGroup</string> |
74 <string notr="true">viewModeButtonGroup</string> |
100 </attribute> |
75 </attribute> |
101 </widget> |
76 </widget> |
102 </item> |
77 </item> |
103 <item> |
78 <item> |
104 <widget class="QRadioButton" name="viewModeSubWindows"> |
79 <widget class="QRadioButton" name="viewModeTabs"> |
105 <property name="toolTip"> |
80 <property name="toolTip"> |
106 <string>Arrange opened documents using resizable and movable subwindows</string> |
81 <string>Arrange opened documents using tabs</string> |
107 </property> |
82 </property> |
108 <property name="text"> |
83 <property name="text"> |
109 <string>Subwindows</string> |
84 <string>Tabs</string> |
110 </property> |
85 </property> |
111 <attribute name="buttonGroup"> |
86 <attribute name="buttonGroup"> |
112 <string notr="true">viewModeButtonGroup</string> |
87 <string notr="true">viewModeButtonGroup</string> |
113 </attribute> |
88 </attribute> |
114 </widget> |
89 </widget> |