Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
5e56d9d2
Commit
5e56d9d2
authored
Mar 12, 2010
by
Thorbjørn Lindeijer
Browse files
Improved the layout of the General Settings pane somewhat
parent
50f0644c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/generalsettings.ui
View file @
5e56d9d2
...
...
@@ -6,24 +6,21 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
4
0
8
</width>
<height>
295
</height>
<width>
48
7
</width>
<height>
319
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout
_3
"
>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<property
name=
"fieldGrowthPolicy"
>
<enum>
QFormLayout::AllNonFixedFieldsGrow
</enum>
</property>
<property
name=
"rowWrapPolicy"
>
<enum>
QFormLayout::WrapLongRows
</enum>
</property>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"title"
>
<string>
User Interface
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"colorLabel"
>
<property
name=
"text"
>
<string>
User interface c
olor:
</string>
<string>
C
olor:
</string>
</property>
<property
name=
"buddy"
>
<cstring>
colorButton
</cstring>
...
...
@@ -80,20 +77,20 @@
</item>
</layout>
</item>
<item
row=
"
3
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"
terminal
Label"
>
<item
row=
"
1
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"
language
Label"
>
<property
name=
"text"
>
<string>
Terminal
:
</string>
<string>
Language
:
</string>
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"
terminalH
orizontalLayout"
>
<item
row=
"
1
"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"
h
orizontalLayout
_3
"
>
<item>
<widget
class=
"Q
LineEdit"
name=
"terminalEdit
"
/>
<widget
class=
"Q
ComboBox"
name=
"languageBox
"
/>
</item>
<item>
<widget
class=
"QToolButton"
name=
"reset
Terminal
Button"
>
<widget
class=
"QToolButton"
name=
"reset
Language
Button"
>
<property
name=
"toolTip"
>
<string>
Reset to default
</string>
</property>
...
...
@@ -106,92 +103,104 @@
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QLabel"
name=
"editorLabel"
>
<property
name=
"text"
>
<string>
External editor:
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"editorHorizontalLayout"
>
<item>
<widget
class=
"QLineEdit"
name=
"externalEditorEdit"
/>
</item>
<item>
<
widget
class=
"QToolButton"
name=
"resetEditorButton
"
>
<property
name=
"
toolTip
"
>
<
string>
Reset to default
</string
>
<
spacer
name=
"horizontalSpacer_2
"
>
<property
name=
"
orientation
"
>
<
enum>
Qt::Horizontal
</enum
>
</property>
<property
name=
"text"
>
<string>
R
</string>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
<property
name=
"icon"
>
<iconset
resource=
"core.qrc"
>
<normaloff>
:/core/images/reset.png
</normaloff>
:/core/images/reset.png
</iconset>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"title"
>
<string>
System
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"terminalLabel"
>
<property
name=
"text"
>
<string>
Terminal:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QToolButton"
name=
"helpExternalEditorButton"
>
<item
row=
"0"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"terminalHorizontalLayout"
>
<item>
<widget
class=
"QLineEdit"
name=
"terminalEdit"
/>
</item>
<item>
<widget
class=
"QToolButton"
name=
"resetTerminalButton"
>
<property
name=
"toolTip"
>
<string>
Reset to default
</string>
</property>
<property
name=
"text"
>
<string>
R
</string>
</property>
<property
name=
"icon"
>
<iconset
resource=
"core.qrc"
>
<normaloff>
:/core/images/reset.png
</normaloff>
:/core/images/reset.png
</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"editorLabel"
>
<property
name=
"text"
>
<string>
?
</string>
<string>
External editor:
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"5"
column=
"0"
>
<widget
class=
"QLabel"
name=
"externalFileBrowserLabel"
>
<property
name=
"text"
>
<string>
External file browser:
</string>
</property>
</widget>
</item>
<item
row=
"6"
column=
"0"
>
<widget
class=
"QLabel"
name=
"modifiedLabel"
>
<property
name=
"text"
>
<string>
When files are externally modified:
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"6"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"reloadBehavior"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"currentIndex"
>
<number>
0
</number>
</property>
<item>
<property
name=
"text"
>
<string>
Always ask
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Reload all modified files
</string>
</property>
<item
row=
"1"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"editorHorizontalLayout"
>
<item>
<widget
class=
"QLineEdit"
name=
"externalEditorEdit"
/>
</item>
<item>
<widget
class=
"QToolButton"
name=
"resetEditorButton"
>
<property
name=
"toolTip"
>
<string>
Reset to default
</string>
</property>
<property
name=
"text"
>
<string>
R
</string>
</property>
<property
name=
"icon"
>
<iconset
resource=
"core.qrc"
>
<normaloff>
:/core/images/reset.png
</normaloff>
:/core/images/reset.png
</iconset>
</property>
</widget>
</item>
<item>
<widget
class=
"QToolButton"
name=
"helpExternalEditorButton"
>
<property
name=
"text"
>
<string>
?
</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<property
name=
"text"
>
<string>
Ignore modifications
</string>
</property>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"externalFileBrowserLabel"
>
<property
name=
"text"
>
<string>
External file browser:
</string>
</property>
</widget>
</item>
</widget>
</item>
<item
row=
"5"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item
row=
"2"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QLineEdit"
name=
"externalFileBrowserEdit"
/>
</item>
...
...
@@ -220,31 +229,49 @@
</item>
</layout>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"text"
>
<string>
User interface language:
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
<widget
class=
"QComboBox"
name=
"languageBox"
/>
<widget
class=
"QLabel"
name=
"modifiedLabel"
>
<property
name=
"text"
>
<string>
When files are externally modified:
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"Q
ToolButton"
name=
"resetLanguageButton
"
>
<property
name=
"
toolTip
"
>
<
string>
Reset to default
</string
>
<widget
class=
"Q
ComboBox"
name=
"reloadBehavior
"
>
<property
name=
"
currentIndex
"
>
<
number>
0
</number
>
</property>
<property
name=
"text"
>
<string>
R
</string>
<item>
<property
name=
"text"
>
<string>
Always ask
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Reload all modified files
</string>
</property>
</item>
<item>
<property
name=
"text"
>
<string>
Ignore modifications
</string>
</property>
</item>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_3"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"icon"
>
<iconset
resource=
"core.qrc"
>
<normaloff>
:/core/images/reset.png
</normaloff>
:/core/images/reset.png
</iconset>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</
widget
>
</
spacer
>
</item>
</layout>
</item>
...
...
@@ -259,7 +286,7 @@
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
111
</height>
<height>
30
</height>
</size>
</property>
</spacer>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment