diff --git a/src/plugins/coreplugin/actionmanager/commandmappings.ui b/src/plugins/coreplugin/actionmanager/commandmappings.ui
index cc8cadc3b00..6bbbdf9f46a 100644
--- a/src/plugins/coreplugin/actionmanager/commandmappings.ui
+++ b/src/plugins/coreplugin/actionmanager/commandmappings.ui
@@ -58,17 +58,10 @@
-
-
-
-
- Reset all to default
-
+
Defaults
-
-
- :/core/images/reset.png:/core/images/reset.png
-
-
@@ -136,7 +129,7 @@
- Reset to default
+ Reset
@@ -168,6 +161,11 @@
+
+ Utils::FancyLineEdit
+ QLineEdit
+
+
Utils::FilterLineEdit
QLineEdit
diff --git a/src/plugins/coreplugin/core.qrc b/src/plugins/coreplugin/core.qrc
index 852eb00b0a7..a06cdbf3c89 100644
--- a/src/plugins/coreplugin/core.qrc
+++ b/src/plugins/coreplugin/core.qrc
@@ -65,9 +65,6 @@
images/category_cpp.png
images/category_vcs.png
images/category_qml.png
- images/filtericon.png
- images/plus-16.png
- images/minus-16.png
- images/edit.png
+ images/filtericon.png
diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h
index 341261952c2..cdfc0c06b06 100644
--- a/src/plugins/coreplugin/coreconstants.h
+++ b/src/plugins/coreplugin/coreconstants.h
@@ -217,9 +217,8 @@ const char * const G_WINDOW_OTHER = "QtCreator.Group.Window.Other";
const char * const G_HELP_HELP = "QtCreator.Group.Help.Help";
const char * const G_HELP_ABOUT = "QtCreator.Group.Help.About";
-const char * const ICON_MINUS = ":/core/images/minus-16.png";
-const char * const ICON_PLUS = ":/core/images/plus-16.png";
-const char * const ICON_EDIT = ":/core/images/edit.png";
+const char * const ICON_MINUS = ":/core/images/minus.png";
+const char * const ICON_PLUS = ":/core/images/plus.png";
const char * const ICON_NEWFILE = ":/core/images/filenew.png";
const char * const ICON_OPENFILE = ":/core/images/fileopen.png";
const char * const ICON_SAVEFILE = ":/core/images/filesave.png";
diff --git a/src/plugins/coreplugin/images/edit.png b/src/plugins/coreplugin/images/edit.png
deleted file mode 100644
index a5e49adf99d..00000000000
Binary files a/src/plugins/coreplugin/images/edit.png and /dev/null differ
diff --git a/src/plugins/coreplugin/images/minus-16.png b/src/plugins/coreplugin/images/minus-16.png
deleted file mode 100644
index 745b445722b..00000000000
Binary files a/src/plugins/coreplugin/images/minus-16.png and /dev/null differ
diff --git a/src/plugins/coreplugin/images/plus-16.png b/src/plugins/coreplugin/images/plus-16.png
deleted file mode 100644
index ef43788e67d..00000000000
Binary files a/src/plugins/coreplugin/images/plus-16.png and /dev/null differ
diff --git a/src/plugins/cpaster/codepastersettings.cpp b/src/plugins/cpaster/codepastersettings.cpp
index 6d1172f7a46..202586c2eb6 100644
--- a/src/plugins/cpaster/codepastersettings.cpp
+++ b/src/plugins/cpaster/codepastersettings.cpp
@@ -97,8 +97,10 @@ QWidget *CodePasterSettingsPage::createPage(QWidget *parent)
connect(lineEdit, SIGNAL(textChanged(QString)), this, SLOT(serverChanged(QString)));
formLayout->addRow(tr("Server:"), lineEdit);
outerLayout->addLayout(formLayout);
- QLabel *noteLabel = new QLabel(tr("Note: Specify the host name for the CodePaster service "
- "without any protocol prepended (e.g. codepaster.mycompany.com)."));
+ outerLayout->addSpacerItem(new QSpacerItem(0, 30, QSizePolicy::Ignored, QSizePolicy::Fixed));
+
+ QLabel *noteLabel = new QLabel(tr("Note: Specify the host name for the CodePaster service "
+ "without any protocol prepended (e.g. codepaster.mycompany.com)."));
noteLabel->setWordWrap(true);
outerLayout->addWidget(noteLabel);
diff --git a/src/plugins/cpaster/fileshareprotocolsettingswidget.ui b/src/plugins/cpaster/fileshareprotocolsettingswidget.ui
index 5ebf519fb92..e36e79f9821 100644
--- a/src/plugins/cpaster/fileshareprotocolsettingswidget.ui
+++ b/src/plugins/cpaster/fileshareprotocolsettingswidget.ui
@@ -2,32 +2,11 @@
CodePaster::FileShareProtocolSettingsWidget
-
-
- 0
- 0
- 403
- 122
-
-
Form
-
- QFormLayout::AllNonFixedFieldsGrow
-
- -
-
-
- The fileshare-based paster protocol allows for sharing code snippets using simple files on a shared network drive. Files are never deleted.
-
-
- true
-
-
-
- -
+
-
&Path:
@@ -37,10 +16,10 @@
- -
-
+
-
+
- -
+
-
&Display:
@@ -50,7 +29,7 @@
- -
+
-
entries
@@ -66,18 +45,15 @@
- -
-
-
- Qt::Vertical
+
-
+
+
+ The fileshare-based paster protocol allows for sharing code snippets using simple files on a shared network drive. Files are never deleted.
-
-
- 20
- 5
-
+
+ true
-
+
@@ -86,11 +62,6 @@
Utils::PathChooser
QWidget
- 1
-
- editingFinished()
- browsingFinished()
-
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui
index c399812251d..73844e4d5ee 100644
--- a/src/plugins/cpaster/pastebindotcomsettings.ui
+++ b/src/plugins/cpaster/pastebindotcomsettings.ui
@@ -15,11 +15,21 @@
-
-
-
- <a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.
+
+
+ QFormLayout::ExpandingFieldsGrow
-
+
-
+
+
+ -
+
+
+ Server prefix:
+
+
+
+
-
@@ -32,32 +42,17 @@
0
- 5
+ 30
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Server prefix:
-
-
-
- -
-
-
-
-
-
- <i>Note: The plugin will use this for posting as well as fetching.</i>
+ <html><head/><body>
+<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</p>
+<p>Note that the plugin will use this for posting as well as fetching.</p></body></html>
Qt::AutoText
diff --git a/src/plugins/cpptools/cppfilesettingspage.cpp b/src/plugins/cpptools/cppfilesettingspage.cpp
index 1f8a36428f4..e208ce88efa 100644
--- a/src/plugins/cpptools/cppfilesettingspage.cpp
+++ b/src/plugins/cpptools/cppfilesettingspage.cpp
@@ -37,7 +37,6 @@
#include
#include
-#include
#include
#include
@@ -53,7 +52,6 @@
#include
#include
-#include
#include
#include
@@ -249,7 +247,6 @@ CppFileSettingsWidget::CppFileSettingsWidget(QWidget *parent) :
m_ui->headerSuffixComboBox->addItem(suffix);
m_ui->licenseTemplatePathChooser->setExpectedKind(Utils::PathChooser::File);
m_ui->licenseTemplatePathChooser->addButton(tr("Edit..."), this, SLOT(slotEdit()));
- m_ui->licenseTemplatePathChooser->buttonAtIndex(1)->setIcon(QIcon(Core::Constants::ICON_EDIT));
}
CppFileSettingsWidget::~CppFileSettingsWidget()
diff --git a/src/plugins/debugger/dumperoptionpage.ui b/src/plugins/debugger/dumperoptionpage.ui
index bc996eb4e0b..e84f1abae1a 100644
--- a/src/plugins/debugger/dumperoptionpage.ui
+++ b/src/plugins/debugger/dumperoptionpage.ui
@@ -10,15 +10,13 @@
303
-
+
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The debugging helper is only used to produce a nice display of objects of certain types like QString or std::map in the "Locals and Watchers" view. It is not strictly necessary for debugging with Qt Creator. </p></body></html>
+ <html><head/><body>
+<p>The debugging helper is only used to produce a nice display of objects of certain types like QString or std::map in the "Locals and Watchers" view.</p>
+<p> It is not strictly necessary for debugging with Qt Creator. </p></body></html>
Qt::AutoText
@@ -28,22 +26,6 @@ p, li { white-space: pre-wrap; }
- -
-
-
- Qt::Vertical
-
-
- QSizePolicy::Fixed
-
-
-
- 20
- 5
-
-
-
-
-
diff --git a/src/plugins/help/docsettingspage.ui b/src/plugins/help/docsettingspage.ui
index 2bc114cfbee..25c94a9f555 100644
--- a/src/plugins/help/docsettingspage.ui
+++ b/src/plugins/help/docsettingspage.ui
@@ -39,25 +39,17 @@
0
-
-
+
Add...
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
+
Remove
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
@@ -80,8 +72,6 @@
-
-
-
+
diff --git a/src/plugins/help/filtersettingspage.ui b/src/plugins/help/filtersettingspage.ui
index 6d1ded527d9..fdbaf8e74d6 100644
--- a/src/plugins/help/filtersettingspage.ui
+++ b/src/plugins/help/filtersettingspage.ui
@@ -113,25 +113,17 @@ Add, modify, and remove document filters, which determine the documentation set
-
-
-
+
Add
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
+
Remove
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
@@ -151,8 +143,6 @@ Add, modify, and remove document filters, which determine the documentation set
-
-
-
+
diff --git a/src/plugins/help/generalsettingspage.ui b/src/plugins/help/generalsettingspage.ui
index 655c237bc09..2a49b659828 100644
--- a/src/plugins/help/generalsettingspage.ui
+++ b/src/plugins/help/generalsettingspage.ui
@@ -264,16 +264,9 @@
-
-
-
- Reset to default
-
+
- Reset to Default
-
-
-
- :/core/images/reset.png:/core/images/reset.png
+ Restore to Default
@@ -400,8 +393,6 @@
-
-
-
+
diff --git a/src/plugins/help/remotehelpfilter.ui b/src/plugins/help/remotehelpfilter.ui
index 910adc88867..1461573b081 100644
--- a/src/plugins/help/remotehelpfilter.ui
+++ b/src/plugins/help/remotehelpfilter.ui
@@ -75,10 +75,6 @@
+
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
@@ -92,10 +88,6 @@
-
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
@@ -127,9 +119,7 @@
-
-
-
+
buttonBox
diff --git a/src/plugins/locator/directoryfilter.ui b/src/plugins/locator/directoryfilter.ui
index 74b117cfb00..2786e0515dc 100644
--- a/src/plugins/locator/directoryfilter.ui
+++ b/src/plugins/locator/directoryfilter.ui
@@ -6,8 +6,8 @@
0
0
- 387
- 285
+ 393
+ 275
@@ -23,83 +23,6 @@
-
- -
-
-
-
-
-
- Directories:
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
- Add
-
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
- -
-
-
- Edit
-
-
-
- :/core/images/edit.png:/core/images/edit.png
-
-
-
- -
-
-
- Remove
-
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
-
-
@@ -157,6 +80,58 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
+ -
+
+
-
+
+
+ Add...
+
+
+
+ -
+
+
+ Edit...
+
+
+
+ -
+
+
+ Remove
+
+
+
+
+
+ -
+
+
-
+
+
+ Directories:
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
+ -
+
+
-
@@ -181,9 +156,7 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
-
-
-
+
buttonBox
diff --git a/src/plugins/locator/settingspage.ui b/src/plugins/locator/settingspage.ui
index 32896efa6ed..6ae70a06f2c 100644
--- a/src/plugins/locator/settingspage.ui
+++ b/src/plugins/locator/settingspage.ui
@@ -24,41 +24,29 @@
-
-
-
+
Add
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
-
- false
-
-
- Edit
-
-
-
- :/core/images/edit.png:/core/images/edit.png
-
-
-
- -
-
+
false
Remove
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
+
+
+ -
+
+
+ false
+
+
+ Edit
@@ -125,8 +113,6 @@
-
-
-
+
diff --git a/src/plugins/projectexplorer/toolchainoptionspage.ui b/src/plugins/projectexplorer/toolchainoptionspage.ui
index 823c1d11e06..99fe639da1e 100644
--- a/src/plugins/projectexplorer/toolchainoptionspage.ui
+++ b/src/plugins/projectexplorer/toolchainoptionspage.ui
@@ -50,7 +50,7 @@
- :/core/images/plus-16.png:/core/images/plus-16.png
+ :/core/images/plus.png:/core/images/plus.png
QToolButton::InstantPopup
@@ -76,7 +76,7 @@
- :/core/images/minus-16.png:/core/images/minus-16.png
+ :/core/images/minus.png:/core/images/minus.png
diff --git a/src/plugins/qmldesigner/settingspage.ui b/src/plugins/qmldesigner/settingspage.ui
index 65de737cbad..9a56b1cc311 100644
--- a/src/plugins/qmldesigner/settingspage.ui
+++ b/src/plugins/qmldesigner/settingspage.ui
@@ -6,50 +6,48 @@
0
0
- 435
- 240
+ 433
+ 428
Form
-
- -
+
+
-
Snapping
-
-
-
-
-
-
-
-
- Snap margin:
-
-
-
+
+
+ 9
+
+ -
+
+
+ 0
+
+
+ 2
+
+
+ 2
+
+
+ 2
+
+
+ 20
+
-
-
-
-
- 0
- 0
-
-
-
- 10
-
-
-
- -
- Item spacing:
+ Item spacing
- -
+
-
@@ -62,16 +60,36 @@
+ -
+
+
+ Snap margin
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+ 10
+
+
+
- -
+
-
Qt::Horizontal
- 273
+ 40
20
@@ -80,7 +98,7 @@
- -
+
-
Qt::Vertical
diff --git a/src/plugins/qmljseditor/quicktoolbarsettingspage.ui b/src/plugins/qmljseditor/quicktoolbarsettingspage.ui
index fddcffef6bf..e730e8f8c0c 100644
--- a/src/plugins/qmljseditor/quicktoolbarsettingspage.ui
+++ b/src/plugins/qmljseditor/quicktoolbarsettingspage.ui
@@ -19,7 +19,14 @@
Qt Quick Toolbars
-
+
+
-
+
+
+ Always show Qt Quick Toolbar
+
+
+
-
@@ -30,13 +37,6 @@
- -
-
-
- Always show Qt Quick Toolbar
-
-
-
diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui b/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
index 850bfedaa97..e540158921b 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui
@@ -13,9 +13,9 @@
Maemo Device Configurations
-
+
-
-
+
-
@@ -46,53 +46,6 @@
- -
-
-
-
- 0
- 0
-
-
-
- Qt::StrongFocus
-
-
- &Add
-
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
- -
-
-
- false
-
-
-
- 0
- 0
-
-
-
- Qt::StrongFocus
-
-
- &Remove
-
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
-
-
-
- -
-
-
@@ -102,9 +55,6 @@
QFrame::Raised
-
- 0
-
-
@@ -117,9 +67,6 @@
-
- 0
-
-
@@ -413,99 +360,122 @@
+
+
+ -
+
-
-
-
-
-
-
- false
-
-
- Qt::StrongFocus
-
-
- Click here to check whether this device is properly set up to run Maemo projects.
-
-
- &Test
-
-
-
- -
-
-
- false
-
-
- Qt::StrongFocus
-
-
- Click here if you do not have an SSH key yet.
-
-
- &Generate SSH Key ...
-
-
-
- -
-
-
- false
-
-
- Qt::StrongFocus
-
-
- This will enable you to log into the device without a password.
-
-
- &Deploy Public Key ...
-
-
-
- -
-
-
- false
-
-
- Qt::StrongFocus
-
-
- Click here to see which processes are running on the device.
-
-
- Remote Processes ...
-
-
-
- -
-
-
- false
-
-
- Qt::StrongFocus
-
-
- Set As Default
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
+
+
+ Qt::StrongFocus
+
+
+ &Add
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ &Remove
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ Click here to check whether this device is properly set up to run Maemo projects.
+
+
+ &Test
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ Click here if you do not have an SSH key yet.
+
+
+ &Generate SSH Key ...
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ This will enable you to log into the device without a password.
+
+
+ &Deploy Public Key ...
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ Click here to see which processes are running on the device.
+
+
+ Remote Processes ...
+
+
+
+ -
+
+
+ false
+
+
+ Qt::StrongFocus
+
+
+ Set As Default
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
@@ -523,9 +493,7 @@
-
-
-
+
hostLineEdit
@@ -575,6 +543,38 @@
+
+ addConfigButton
+ clicked()
+ MaemoDeviceConfigurationsSettingsWidget
+ addConfig()
+
+
+ 465
+ 27
+
+
+ 516
+ 118
+
+
+
+
+ removeConfigButton
+ clicked()
+ MaemoDeviceConfigurationsSettingsWidget
+ deleteConfig()
+
+
+ 473
+ 61
+
+
+ 513
+ 101
+
+
+
passwordButton
toggled(bool)
diff --git a/src/plugins/texteditor/fontsettingspage.ui b/src/plugins/texteditor/fontsettingspage.ui
index c1d82eee29e..4e27fc00a64 100644
--- a/src/plugins/texteditor/fontsettingspage.ui
+++ b/src/plugins/texteditor/fontsettingspage.ui
@@ -170,20 +170,13 @@
-
-
+
false
-
- Delete
-
Delete
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
@@ -211,8 +204,6 @@
1
-
-
-
+
diff --git a/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui b/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui
index dd66fb004ba..65f7d43f5e7 100644
--- a/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui
+++ b/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui
@@ -40,22 +40,6 @@
- -
-
-
- Qt::Vertical
-
-
- QSizePolicy::Fixed
-
-
-
- 20
- 5
-
-
-
-
-
diff --git a/src/plugins/texteditor/snippets/snippetssettingspage.ui b/src/plugins/texteditor/snippets/snippetssettingspage.ui
index b885093fd8d..e95fa7afc7c 100644
--- a/src/plugins/texteditor/snippets/snippetssettingspage.ui
+++ b/src/plugins/texteditor/snippets/snippetssettingspage.ui
@@ -6,8 +6,8 @@
0
0
- 618
- 413
+ 684
+ 554
@@ -42,7 +42,7 @@
-
-
+
-
-
@@ -65,73 +65,22 @@
-
-
- QLayout::SetMaximumSize
-
-
-
-
-
-
-
- Add
-
-
-
- :/core/images/plus-16.png:/core/images/plus-16.png
-
-
-
- -
-
-
- Remove
-
-
-
- :/core/images/minus-16.png:/core/images/minus-16.png
-
-
-
- -
-
-
- Qt::Horizontal
-
-
- QSizePolicy::Preferred
-
-
-
- 60
- 20
-
-
-
-
- -
-
-
- Reset
-
-
- Reset All
-
-
-
- :/core/images/reset.png:/core/images/reset.png
-
-
-
-
+
+
+ Add
+
+
+
+ -
+
+
+ Remove
+
+
-
-
-
- 0
- 0
-
-
Revert Built-in
@@ -139,17 +88,18 @@
-
-
-
- 0
- 0
-
-
Restore Removed Built-ins
+ -
+
+
+ Reset All
+
+
+
-
@@ -175,8 +125,6 @@
removeButton
snippetsTable
-
-
-
+