diff --git a/src/plugins/coreplugin/actionmanager/commandmappings.ui b/src/plugins/coreplugin/actionmanager/commandmappings.ui index 6bbbdf9f46a..cc8cadc3b00 100644 --- a/src/plugins/coreplugin/actionmanager/commandmappings.ui +++ b/src/plugins/coreplugin/actionmanager/commandmappings.ui @@ -58,10 +58,17 @@ - + + + Reset all to default + Defaults + + + :/core/images/reset.png:/core/images/reset.png + @@ -129,7 +136,7 @@ - Reset + Reset to default @@ -161,11 +168,6 @@ - - Utils::FancyLineEdit - QLineEdit -
utils/fancylineedit.h
-
Utils::FilterLineEdit QLineEdit diff --git a/src/plugins/coreplugin/core.qrc b/src/plugins/coreplugin/core.qrc index a06cdbf3c89..852eb00b0a7 100644 --- a/src/plugins/coreplugin/core.qrc +++ b/src/plugins/coreplugin/core.qrc @@ -65,6 +65,9 @@ images/category_cpp.png images/category_vcs.png images/category_qml.png - images/filtericon.png + images/filtericon.png + images/plus-16.png + images/minus-16.png + images/edit.png diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h index cdfc0c06b06..341261952c2 100644 --- a/src/plugins/coreplugin/coreconstants.h +++ b/src/plugins/coreplugin/coreconstants.h @@ -217,8 +217,9 @@ 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.png"; -const char * const ICON_PLUS = ":/core/images/plus.png"; +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_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 new file mode 100644 index 00000000000..a5e49adf99d Binary files /dev/null and b/src/plugins/coreplugin/images/edit.png differ diff --git a/src/plugins/coreplugin/images/minus-16.png b/src/plugins/coreplugin/images/minus-16.png new file mode 100644 index 00000000000..745b445722b Binary files /dev/null and b/src/plugins/coreplugin/images/minus-16.png differ diff --git a/src/plugins/coreplugin/images/plus-16.png b/src/plugins/coreplugin/images/plus-16.png new file mode 100644 index 00000000000..ef43788e67d Binary files /dev/null and b/src/plugins/coreplugin/images/plus-16.png differ diff --git a/src/plugins/cpaster/codepastersettings.cpp b/src/plugins/cpaster/codepastersettings.cpp index 202586c2eb6..6d1172f7a46 100644 --- a/src/plugins/cpaster/codepastersettings.cpp +++ b/src/plugins/cpaster/codepastersettings.cpp @@ -97,10 +97,8 @@ QWidget *CodePasterSettingsPage::createPage(QWidget *parent) connect(lineEdit, SIGNAL(textChanged(QString)), this, SLOT(serverChanged(QString))); formLayout->addRow(tr("Server:"), lineEdit); outerLayout->addLayout(formLayout); - 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).")); + 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 e36e79f9821..5ebf519fb92 100644 --- a/src/plugins/cpaster/fileshareprotocolsettingswidget.ui +++ b/src/plugins/cpaster/fileshareprotocolsettingswidget.ui @@ -2,11 +2,32 @@ 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: @@ -16,10 +37,10 @@ - - + + - + &Display: @@ -29,7 +50,7 @@ - + entries @@ -45,15 +66,18 @@ - - - - The fileshare-based paster protocol allows for sharing code snippets using simple files on a shared network drive. Files are never deleted. + + + + Qt::Vertical - - true + + + 20 + 5 + - + @@ -62,6 +86,11 @@ Utils::PathChooser QWidget
utils/pathchooser.h
+ 1 + + editingFinished() + browsingFinished() +
diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui index 73844e4d5ee..c399812251d 100644 --- a/src/plugins/cpaster/pastebindotcomsettings.ui +++ b/src/plugins/cpaster/pastebindotcomsettings.ui @@ -15,21 +15,11 @@ - - - QFormLayout::ExpandingFieldsGrow + + + <a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix. - - - - - - - Server prefix: - - - - + @@ -42,17 +32,32 @@ 0 - 30 + 5 + + + + QFormLayout::ExpandingFieldsGrow + + + + + Server prefix: + + + + + + + + - <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> + <i>Note: The plugin will use this for posting as well as fetching.</i> Qt::AutoText diff --git a/src/plugins/cpptools/cppfilesettingspage.cpp b/src/plugins/cpptools/cppfilesettingspage.cpp index e208ce88efa..1f8a36428f4 100644 --- a/src/plugins/cpptools/cppfilesettingspage.cpp +++ b/src/plugins/cpptools/cppfilesettingspage.cpp @@ -37,6 +37,7 @@ #include #include +#include #include #include @@ -52,6 +53,7 @@ #include #include +#include #include #include @@ -247,6 +249,7 @@ 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 e84f1abae1a..bc996eb4e0b 100644 --- a/src/plugins/debugger/dumperoptionpage.ui +++ b/src/plugins/debugger/dumperoptionpage.ui @@ -10,13 +10,15 @@ 303 - + - <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 &quot;Locals and Watchers&quot; view.</p> -<p> It is not strictly necessary for debugging with Qt Creator. </p></body></html> + <!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 &quot;Locals and Watchers&quot; view. It is not strictly necessary for debugging with Qt Creator. </p></body></html> Qt::AutoText @@ -26,6 +28,22 @@ + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 5 + + + + diff --git a/src/plugins/help/docsettingspage.ui b/src/plugins/help/docsettingspage.ui index 25c94a9f555..2bc114cfbee 100644 --- a/src/plugins/help/docsettingspage.ui +++ b/src/plugins/help/docsettingspage.ui @@ -39,17 +39,25 @@ 0 - + Add... + + + :/core/images/plus-16.png:/core/images/plus-16.png + - + Remove + + + :/core/images/minus-16.png:/core/images/minus-16.png + @@ -72,6 +80,8 @@ - + + + diff --git a/src/plugins/help/filtersettingspage.ui b/src/plugins/help/filtersettingspage.ui index fdbaf8e74d6..6d1ded527d9 100644 --- a/src/plugins/help/filtersettingspage.ui +++ b/src/plugins/help/filtersettingspage.ui @@ -113,17 +113,25 @@ 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 + @@ -143,6 +151,8 @@ 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 2a49b659828..655c237bc09 100644 --- a/src/plugins/help/generalsettingspage.ui +++ b/src/plugins/help/generalsettingspage.ui @@ -264,9 +264,16 @@ - + + + Reset to default + - Restore to Default + Reset to Default + + + + :/core/images/reset.png:/core/images/reset.png @@ -393,6 +400,8 @@ - + + + diff --git a/src/plugins/help/remotehelpfilter.ui b/src/plugins/help/remotehelpfilter.ui index 1461573b081..910adc88867 100644 --- a/src/plugins/help/remotehelpfilter.ui +++ b/src/plugins/help/remotehelpfilter.ui @@ -75,6 +75,10 @@ + + + + :/core/images/plus-16.png:/core/images/plus-16.png +
@@ -88,6 +92,10 @@ - + + + :/core/images/minus-16.png:/core/images/minus-16.png + @@ -119,7 +127,9 @@ - + + + buttonBox diff --git a/src/plugins/locator/directoryfilter.ui b/src/plugins/locator/directoryfilter.ui index 2786e0515dc..74b117cfb00 100644 --- a/src/plugins/locator/directoryfilter.ui +++ b/src/plugins/locator/directoryfilter.ui @@ -6,8 +6,8 @@ 0 0 - 393 - 275 + 387 + 285 @@ -23,6 +23,83 @@ + + + + + + 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 + + + + + + @@ -80,58 +157,6 @@ 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 - - - - - - - - - @@ -156,7 +181,9 @@ 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 6ae70a06f2c..32896efa6ed 100644 --- a/src/plugins/locator/settingspage.ui +++ b/src/plugins/locator/settingspage.ui @@ -24,29 +24,41 @@ - + Add + + + :/core/images/plus-16.png:/core/images/plus-16.png + - + + + false + + + Edit + + + + :/core/images/edit.png:/core/images/edit.png + + + + + false Remove - - - - - - false - - - Edit + + + :/core/images/minus-16.png:/core/images/minus-16.png @@ -113,6 +125,8 @@ - + + + diff --git a/src/plugins/projectexplorer/toolchainoptionspage.ui b/src/plugins/projectexplorer/toolchainoptionspage.ui index 99fe639da1e..823c1d11e06 100644 --- a/src/plugins/projectexplorer/toolchainoptionspage.ui +++ b/src/plugins/projectexplorer/toolchainoptionspage.ui @@ -50,7 +50,7 @@ - :/core/images/plus.png:/core/images/plus.png + :/core/images/plus-16.png:/core/images/plus-16.png QToolButton::InstantPopup @@ -76,7 +76,7 @@ - :/core/images/minus.png:/core/images/minus.png + :/core/images/minus-16.png:/core/images/minus-16.png diff --git a/src/plugins/qmldesigner/settingspage.ui b/src/plugins/qmldesigner/settingspage.ui index 9a56b1cc311..65de737cbad 100644 --- a/src/plugins/qmldesigner/settingspage.ui +++ b/src/plugins/qmldesigner/settingspage.ui @@ -6,68 +6,30 @@ 0 0 - 433 - 428 + 435 + 240 Form - - + + Snapping - - - 9 - - - - - 0 - - - 2 - - - 2 - - - 2 - - - 20 - - - - - Item spacing - - - - - - - - 0 - 0 - - - - 50 - - - + + + - Snap margin + Snap margin: - + @@ -80,16 +42,36 @@ + + + + Item spacing: + + + + + + + + 0 + 0 + + + + 50 + + + - + Qt::Horizontal - 40 + 273 20 @@ -98,7 +80,7 @@ - + Qt::Vertical diff --git a/src/plugins/qmljseditor/quicktoolbarsettingspage.ui b/src/plugins/qmljseditor/quicktoolbarsettingspage.ui index e730e8f8c0c..fddcffef6bf 100644 --- a/src/plugins/qmljseditor/quicktoolbarsettingspage.ui +++ b/src/plugins/qmljseditor/quicktoolbarsettingspage.ui @@ -19,14 +19,7 @@ Qt Quick Toolbars - - - - - Always show Qt Quick Toolbar - - - + @@ -37,6 +30,13 @@ + + + + Always show Qt Quick Toolbar + + + diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui b/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurationssettingswidget.ui index 0f241406696..263aaa4316a 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,6 +46,53 @@ + + + + + 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 + + + + + + + @@ -55,6 +102,9 @@ QFrame::Raised + + 0 + @@ -67,6 +117,9 @@ + + 0 + @@ -360,122 +413,99 @@ - - - - - - - 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 - - - + + + + + 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 + + + + + @@ -493,7 +523,9 @@ - + + + hostLineEdit @@ -543,38 +575,6 @@ - - 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 4e27fc00a64..c1d82eee29e 100644 --- a/src/plugins/texteditor/fontsettingspage.ui +++ b/src/plugins/texteditor/fontsettingspage.ui @@ -170,13 +170,20 @@ - + false + + Delete + Delete + + + :/core/images/minus-16.png:/core/images/minus-16.png + @@ -204,6 +211,8 @@ 1 - + + + diff --git a/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui b/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui index 65f7d43f5e7..dd66fb004ba 100644 --- a/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui +++ b/src/plugins/texteditor/generichighlighter/highlightersettingspage.ui @@ -40,6 +40,22 @@ + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 5 + + + + diff --git a/src/plugins/texteditor/snippets/snippetssettingspage.ui b/src/plugins/texteditor/snippets/snippetssettingspage.ui index e95fa7afc7c..b885093fd8d 100644 --- a/src/plugins/texteditor/snippets/snippetssettingspage.ui +++ b/src/plugins/texteditor/snippets/snippetssettingspage.ui @@ -6,8 +6,8 @@ 0 0 - 684 - 554 + 618 + 413 @@ -42,7 +42,7 @@ - + @@ -65,22 +65,73 @@ + + QLayout::SetMaximumSize + - - - Add - - - - - - - Remove - - + + + + + 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 + + + + + + + 0 + 0 + + Revert Built-in @@ -88,18 +139,17 @@ + + + 0 + 0 + + Restore Removed Built-ins - - - - Reset All - - - @@ -125,6 +175,8 @@ removeButton snippetsTable - + + +