Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
17747ba4
Commit
17747ba4
authored
15 years ago
by
con
Browse files
Options
Downloads
Patches
Plain Diff
Rename some labels for signing.
parent
43420da9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
+2
-2
2 additions, 2 deletions
...ns/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
with
2 additions
and
2 deletions
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
+
2
−
2
View file @
17747ba4
...
@@ -330,7 +330,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
...
@@ -330,7 +330,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
QVBoxLayout
*
layout
=
new
QVBoxLayout
();
QVBoxLayout
*
layout
=
new
QVBoxLayout
();
signatureWidget
->
setLayout
(
layout
);
signatureWidget
->
setLayout
(
layout
);
mainBoxLayout
->
addWidget
(
signatureWidget
);
mainBoxLayout
->
addWidget
(
signatureWidget
);
QRadioButton
*
selfSign
=
new
QRadioButton
(
tr
(
"Self-sign"
));
QRadioButton
*
selfSign
=
new
QRadioButton
(
tr
(
"Self-sign
ed certificate
"
));
QHBoxLayout
*
customHBox
=
new
QHBoxLayout
();
QHBoxLayout
*
customHBox
=
new
QHBoxLayout
();
customHBox
->
setMargin
(
0
);
customHBox
->
setMargin
(
0
);
QVBoxLayout
*
radioLayout
=
new
QVBoxLayout
();
QVBoxLayout
*
radioLayout
=
new
QVBoxLayout
();
...
@@ -344,7 +344,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
...
@@ -344,7 +344,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
Core
::
Utils
::
PathChooser
*
signaturePath
=
new
Core
::
Utils
::
PathChooser
();
Core
::
Utils
::
PathChooser
*
signaturePath
=
new
Core
::
Utils
::
PathChooser
();
signaturePath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
signaturePath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
signaturePath
->
setPromptDialogTitle
(
tr
(
"Choose certificate file (.cer)"
));
signaturePath
->
setPromptDialogTitle
(
tr
(
"Choose certificate file (.cer)"
));
customLayout
->
addRow
(
new
QLabel
(
tr
(
"Custom
signatur
e:"
)),
signaturePath
);
customLayout
->
addRow
(
new
QLabel
(
tr
(
"Custom
certificat
e:"
)),
signaturePath
);
Core
::
Utils
::
PathChooser
*
keyPath
=
new
Core
::
Utils
::
PathChooser
();
Core
::
Utils
::
PathChooser
*
keyPath
=
new
Core
::
Utils
::
PathChooser
();
keyPath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
keyPath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
keyPath
->
setPromptDialogTitle
(
tr
(
"Choose key file (.key / .pem)"
));
keyPath
->
setPromptDialogTitle
(
tr
(
"Choose key file (.key / .pem)"
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment