Skip to content
GitLab
Menu
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
0d8456a7
Commit
0d8456a7
authored
Jun 11, 2009
by
Thorbjørn Lindeijer
Browse files
Some capitalization fixes
parent
3f455680
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
0d8456a7
...
...
@@ -197,8 +197,8 @@ EditorManagerPrivate::EditorManagerPrivate(ICore *core, QWidget *parent) :
m_closeOtherEditorsAction
(
new
QAction
(
EditorManager
::
tr
(
"Close Others"
),
parent
)),
m_gotoNextDocHistoryAction
(
new
QAction
(
EditorManager
::
tr
(
"Next Document in History"
),
parent
)),
m_gotoPreviousDocHistoryAction
(
new
QAction
(
EditorManager
::
tr
(
"Previous Document in History"
),
parent
)),
m_goBackAction
(
new
QAction
(
EditorManager
::
tr
(
"Go
b
ack"
),
parent
)),
m_goForwardAction
(
new
QAction
(
EditorManager
::
tr
(
"Go
f
orward"
),
parent
)),
m_goBackAction
(
new
QAction
(
EditorManager
::
tr
(
"Go
B
ack"
),
parent
)),
m_goForwardAction
(
new
QAction
(
EditorManager
::
tr
(
"Go
F
orward"
),
parent
)),
m_openInExternalEditorAction
(
new
QAction
(
EditorManager
::
tr
(
"Open in External Editor"
),
parent
)),
currentNavigationHistoryPosition
(
0
),
m_windowPopup
(
0
),
...
...
src/plugins/cpptools/cppfilesettingspage.ui
View file @
0d8456a7
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<ui
version=
"4.0"
>
<class>
CppFileSettingsPage
</class>
<widget
class=
"QWidget"
name=
"CppFileSettingsPage"
>
<property
name=
"geometry"
>
<widget
class=
"QWidget"
name=
"CppFileSettingsPage"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
...
...
@@ -10,45 +10,45 @@
<height>
503
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"sizePolicy"
>
<sizepolicy
vsizetype=
"Maximum"
hsizetype=
"Preferred"
>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Maximum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"title"
>
<string>
File
n
aming
c
onventions
</string>
<property
name=
"title"
>
<string>
File
N
aming
C
onventions
</string>
</property>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<property
name=
"fieldGrowthPolicy"
>
<layout
class=
"QFormLayout"
name=
"formLayout"
>
<property
name=
"fieldGrowthPolicy"
>
<enum>
QFormLayout::ExpandingFieldsGrow
</enum>
</property>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"headerSuffixLabel"
>
<property
name=
"text"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"headerSuffixLabel"
>
<property
name=
"text"
>
<string>
Header suffix:
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"headerSuffixComboBox"
/>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"headerSuffixComboBox"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"sourceSuffixLabel"
>
<property
name=
"text"
>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"sourceSuffixLabel"
>
<property
name=
"text"
>
<string>
Source suffix:
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"sourceSuffixComboBox"
/>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"sourceSuffixComboBox"
/>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"lowerCaseFileNamesCheckBox"
>
<property
name=
"text"
>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"lowerCaseFileNamesCheckBox"
>
<property
name=
"text"
>
<string>
Lower case file names
</string>
</property>
</widget>
...
...
@@ -57,11 +57,11 @@
</widget>
</item>
<item>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
430
</height>
...
...
src/plugins/cpptools/cpptoolsconstants.h
View file @
0d8456a7
...
...
@@ -49,7 +49,7 @@ const char * const CPPTOOLS_SETTINGSGROUP = "CppTools";
const
char
*
const
LOWERCASE_CPPFILES_KEY
=
"LowerCaseFiles"
;
enum
{
lowerCaseFilesDefault
=
1
};
const
char
*
const
CPP_SETTINGS_ID
=
QT_TRANSLATE_NOOP
(
"CppTools"
,
"File
n
aming
c
onventions"
);
const
char
*
const
CPP_SETTINGS_ID
=
QT_TRANSLATE_NOOP
(
"CppTools"
,
"File
N
aming
C
onventions"
);
const
char
*
const
CPP_SETTINGS_CATEGORY
=
QT_TRANSLATE_NOOP
(
"CppTools"
,
"C++"
);
}
// namespace Constants
...
...
src/plugins/debugger/debuggerplugin.cpp
View file @
0d8456a7
...
...
@@ -592,7 +592,7 @@ bool DebuggerPlugin::initialize(const QStringList &arguments, QString *errorMess
m_detachAction
=
new
QAction
(
this
);
m_detachAction
->
setText
(
tr
(
"Detach
d
ebugger"
));
m_detachAction
->
setText
(
tr
(
"Detach
D
ebugger"
));
connect
(
m_detachAction
,
SIGNAL
(
triggered
()),
m_manager
,
SLOT
(
detachDebugger
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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