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
ede8cae9
Commit
ede8cae9
authored
Jul 09, 2010
by
Alessandro Portale
Browse files
Remove the icon size hack for QML_WIZARD_ICON
parent
45624603
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmlprojectmanager/images/qml_wizard.png
View replaced file @
45624603
View file @
ede8cae9
556 Bytes
|
W:
|
H:
586 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
View file @
ede8cae9
...
...
@@ -61,14 +61,7 @@ QmlProjectApplicationWizard::~QmlProjectApplicationWizard()
Core
::
BaseFileWizardParameters
QmlProjectApplicationWizard
::
parameters
()
{
Core
::
BaseFileWizardParameters
parameters
(
ProjectWizard
);
// TODO: provide icons in correct size
{
QPixmap
icon
(
22
,
22
);
icon
.
fill
(
Qt
::
transparent
);
QPainter
p
(
&
icon
);
p
.
drawPixmap
(
3
,
3
,
16
,
16
,
QPixmap
(
QLatin1String
(
Constants
::
QML_WIZARD_ICON
)));
parameters
.
setIcon
(
icon
);
}
parameters
.
setIcon
(
QIcon
(
QLatin1String
(
Constants
::
QML_WIZARD_ICON
)));
parameters
.
setDisplayName
(
tr
(
"Qt QML Application"
));
parameters
.
setId
(
QLatin1String
(
"QA.QML Application"
));
parameters
.
setDescription
(
tr
(
"Creates a Qt QML application project with a single QML file containing the main view.
\n\n
"
...
...
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