Wizards: Turn icons into themed icons
Turn the current un-themed icons into icon masks which now get recolored according to the current theme. Change-Id: I435f9a43dae04797ad0b948992f77179d93164a8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 677 B |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Auto Test Project",
|
||||
"trDisplayCategory": "Other Project",
|
||||
"icon": "autotest.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureDesktop" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CppEditor') >= 0}",
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Python Class",
|
||||
"trDisplayCategory": "Python",
|
||||
"icon": "../../files/python/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options":
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Nim File",
|
||||
"trDisplayCategory": "Nim",
|
||||
"icon": "../../projects/nim/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Nim') >= 0}",
|
||||
|
||||
"options": { "key": "DefaultSuffix", "value": "nim" },
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Nim Script File",
|
||||
"trDisplayCategory": "Nim",
|
||||
"icon": "../../projects/nim/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Nim') >= 0}",
|
||||
|
||||
"options": { "key": "DefaultSuffix", "value": "nims" },
|
||||
|
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 989 B After Width: | Height: | Size: 592 B |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Python File",
|
||||
"trDisplayCategory": "Python",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options": { "key": "DefaultSuffix", "value": "%{JS: Util.preferredSuffix('text/x-python')}" },
|
||||
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 983 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Console Application",
|
||||
"trDisplayCategory": "Application (Qt)",
|
||||
"icon": "../../global/consoleapplication.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQt" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('QbsProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0 || value('Plugins').indexOf('MesonProjectManager') >= 0}",
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "C++ Library",
|
||||
"trDisplayCategory": "Library",
|
||||
"icon": "../../global/lib.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CppEditor') >= 0 && (value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0 || value('Plugins').indexOf('MesonProjectManager') >= 0)}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -8,6 +8,7 @@
|
||||
"trDisplayCategory": "Non-Qt Project",
|
||||
"featuresRequired": [ "ToolChain.Nim.NimToolChain" ],
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Nim') >= 0 }",
|
||||
|
||||
"options":
|
||||
|
@@ -10,6 +10,7 @@
|
||||
"ToolChain.Nim.NimToolChain"
|
||||
],
|
||||
"icon":"../nim/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled":"%{JS: value('Plugins').indexOf('Nim') >= 0 }",
|
||||
"options":[
|
||||
{
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Plain C Application",
|
||||
"trDisplayCategory": "Non-Qt Project",
|
||||
"icon": "../../global/consoleapplication.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CppEditor') >= 0 && (value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('QbsProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0 || value('Plugins').indexOf('MesonProjectManager') >= 0)}",
|
||||
|
||||
"options":
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Plain C++ Application",
|
||||
"trDisplayCategory": "Non-Qt Project",
|
||||
"icon": "../../global/consoleapplication.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CppEditor') >= 0 && (value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('QbsProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0 || value('Plugins').indexOf('MesonProjectManager') >= 0)}",
|
||||
|
||||
"options":
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Empty qmake Project",
|
||||
"trDisplayCategory": "Other Project",
|
||||
"icon": "../../../global/guiapplication.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQt" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}",
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 728 B After Width: | Height: | Size: 682 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt for Python - Empty",
|
||||
"trDisplayCategory": "Application (Qt for Python)",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 855 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 849 B |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt for Python - Window",
|
||||
"trDisplayCategory": "Application (Qt for Python)",
|
||||
"icon": "../icons/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options":
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt for Python - Qt Quick Application - Empty",
|
||||
"trDisplayCategory": "Application (Qt for Python)",
|
||||
"icon": "../icons/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options":
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt for Python - Window (UI file)",
|
||||
"trDisplayCategory": "Application (Qt for Python)",
|
||||
"icon": "../icons/icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Python') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 854 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Quick 2 Extension Plugin",
|
||||
"trDisplayCategory": "Library",
|
||||
"icon": "lib.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuick", "QtSupport.Wizards.FeatureQtQuick.2" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0}",
|
||||
|
||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 413 B |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Quick Application",
|
||||
"trDisplayCategory": "Application (Qt)",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQt.5.6" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('QbsProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0}",
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Quick UI Prototype",
|
||||
"trDisplayCategory": "Other Project",
|
||||
"icon": "qtquickuiprototype.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmlProjectManager') >= 0}",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQtQuickProject", "QtSupport.Wizards.FeatureQt" ],
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Widgets Application",
|
||||
"trDisplayCategory": "Application (Qt)",
|
||||
"icon": "../../global/guiapplication.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQt" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('QmakeProjectManager') >= 0 || value('Plugins').indexOf('CMakeProjectManager') >= 0 || value('Plugins').indexOf('QbsProjectManager') >= 0 || value('Plugins').indexOf('MesonProjectManager') >= 0}",
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Bazaar Clone (Or Branch)",
|
||||
"trDisplayCategory": "Import Project",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Bazaar') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "CVS Checkout",
|
||||
"trDisplayCategory": "Import Project",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CVS') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Git Clone",
|
||||
"trDisplayCategory": "Import Project",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Git') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Mercurial Clone",
|
||||
"trDisplayCategory": "Import Project",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Mercurial') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Subversion Checkout",
|
||||
"trDisplayCategory": "Import Project",
|
||||
"icon": "icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": "%{JS: value('Plugins').indexOf('Subversion') >= 0}",
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 868 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Qt Creator Plugin",
|
||||
"trDisplayCategory": "Library",
|
||||
"icon": "qtcreatorplugin.png",
|
||||
"iconKind": "Themed",
|
||||
"featuresRequired": [ "QtSupport.Wizards.FeatureQt", "QtSupport.Wizards.FeatureDesktop" ],
|
||||
"enabled": "%{JS: value('Plugins').indexOf('CMakeProjectManager') >= 0}",
|
||||
|
||||
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 241 B |
@@ -433,7 +433,8 @@ void IWizardFactory::initialize()
|
||||
static QIcon iconWithText(const QIcon &icon, const QString &text)
|
||||
{
|
||||
if (icon.isNull()) {
|
||||
static const QIcon fallBack(":/utils/images/wizardicon-file.png");
|
||||
static const QIcon fallBack =
|
||||
IWizardFactory::themedIcon(":/utils/images/wizardicon-file.png");
|
||||
return iconWithText(fallBack, text);
|
||||
}
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
"trDisplayName": "Mcu Support Application",
|
||||
"trDisplayCategory": "Application (Qt for MCU)",
|
||||
"icon": "../icon.png",
|
||||
"iconKind": "Themed",
|
||||
"enabled": true,
|
||||
|
||||
"options":
|
||||
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 758 B |
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 465 B |
@@ -64,8 +64,8 @@ const Icon DEVICE_DISCONNECTED_INDICATOR({
|
||||
{":/utils/images/filledcircle.png", Theme::IconsStopColor}}, Icon::Tint);
|
||||
const Icon DEVICE_DISCONNECTED_INDICATOR_OVERLAY({
|
||||
{":/projectexplorer/images/devicestatusindicator.png", Theme::IconsStopToolBarColor}});
|
||||
const Icon WIZARD_IMPORT_AS_PROJECT(
|
||||
":/projectexplorer/images/importasproject.png");
|
||||
const Icon WIZARD_IMPORT_AS_PROJECT({
|
||||
{":/projectexplorer/images/importasproject.png", Theme::PanelTextColorDark}}, Icon::Tint);
|
||||
|
||||
const Icon DEBUG_START_FLAT({
|
||||
{":/projectexplorer/images/run_mask.png", Theme::IconsRunToolBarColor},
|
||||
|
@@ -34,6 +34,7 @@
|
||||
|
||||
#include <cmakeprojectmanager/cmakeprojectconstants.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/projectexplorericons.h>
|
||||
#include <projectexplorer/customwizard/customwizard.h>
|
||||
#include <projectexplorer/selectablefilesmodel.h>
|
||||
#include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
|
||||
@@ -169,7 +170,7 @@ SimpleProjectWizard::SimpleProjectWizard()
|
||||
{
|
||||
setSupportedProjectTypes({QmakeProjectManager::Constants::QMAKEPROJECT_ID,
|
||||
CMakeProjectManager::Constants::CMAKE_PROJECT_ID});
|
||||
setIcon(QIcon(QLatin1String(":/projectexplorer/images/importasproject.png")));
|
||||
setIcon(ProjectExplorer::Icons::WIZARD_IMPORT_AS_PROJECT.icon());
|
||||
setDisplayName(tr("Import as qmake or cmake Project (Limited Functionality)"));
|
||||
setId("Z.DummyProFile");
|
||||
setDescription(tr("Imports existing projects that do not use qmake, CMake, Qbs, Meson, or Autotools.<p>"
|
||||
|
@@ -48,7 +48,7 @@ CustomWidgetWizard::CustomWidgetWizard()
|
||||
ProjectExplorer::Constants::QT_PROJECT_WIZARD_CATEGORY_DISPLAY));
|
||||
setDisplayName(tr("Qt Custom Designer Widget"));
|
||||
setDescription(tr("Creates a Qt Custom Designer Widget or a Custom Widget Collection."));
|
||||
setIcon(QIcon(QLatin1String(":/wizards/images/gui.png")));
|
||||
setIcon(themedIcon(":/wizards/images/gui.png"));
|
||||
setRequiredFeatures({QtSupport::Constants::FEATURE_QWIDGETS});
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 983 B After Width: | Height: | Size: 543 B |
@@ -48,7 +48,7 @@ SubdirsProjectWizard::SubdirsProjectWizard()
|
||||
setDisplayName(tr("Subdirs Project"));
|
||||
setDescription(tr("Creates a qmake-based subdirs project. This allows you to group "
|
||||
"your projects in a tree structure."));
|
||||
setIcon(QIcon(QLatin1String(":/wizards/images/gui.png")));
|
||||
setIcon(themedIcon(":/wizards/images/gui.png"));
|
||||
setRequiredFeatures({QtSupport::Constants::FEATURE_QT_PREFIX});
|
||||
}
|
||||
|
||||
|
@@ -517,90 +517,6 @@
|
||||
fy="91.5"
|
||||
r="18.5"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<filter
|
||||
style="color-interpolation-filters:sRGB;"
|
||||
height="1.5004994"
|
||||
width="1.3095561"
|
||||
y="-0.2502497"
|
||||
x="-0.15477806"
|
||||
inkscape:label="Outline"
|
||||
id="filter4057">
|
||||
<feGaussianBlur
|
||||
in="SourceAlpha"
|
||||
stdDeviation="1"
|
||||
result="blur1"
|
||||
id="feGaussianBlur4140" />
|
||||
<feComposite
|
||||
in="blur1"
|
||||
in2="SourceGraphic"
|
||||
operator="out"
|
||||
result="composite1"
|
||||
id="feComposite4142" />
|
||||
<feColorMatrix
|
||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 -0 "
|
||||
result="colormatrix1"
|
||||
id="feColorMatrix4144" />
|
||||
<feGaussianBlur
|
||||
stdDeviation="0.40000000000000002"
|
||||
result="blur2"
|
||||
id="feGaussianBlur4146" />
|
||||
<feComposite
|
||||
in="blur2"
|
||||
in2="blur2"
|
||||
operator="out"
|
||||
result="composite2"
|
||||
id="feComposite4148" />
|
||||
<feColorMatrix
|
||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 -0 "
|
||||
result="colormatrix2"
|
||||
id="feColorMatrix4150" />
|
||||
<feGaussianBlur
|
||||
stdDeviation="0.5"
|
||||
result="blur3"
|
||||
id="feGaussianBlur4152" />
|
||||
<feColorMatrix
|
||||
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "
|
||||
result="colormatrix3"
|
||||
id="feColorMatrix4154" />
|
||||
<feFlood
|
||||
flood-opacity="1"
|
||||
flood-color="rgb(0,0,0)"
|
||||
result="flood"
|
||||
id="feFlood4156" />
|
||||
<feComposite
|
||||
in="flood"
|
||||
in2="colormatrix3"
|
||||
k2="1"
|
||||
operator="in"
|
||||
result="composite3"
|
||||
id="feComposite4158" />
|
||||
<feComposite
|
||||
in="SourceGraphic"
|
||||
in2="colormatrix3"
|
||||
operator="copy"
|
||||
result="composite4"
|
||||
id="feComposite4160" />
|
||||
<feComposite
|
||||
in="composite4"
|
||||
in2="composite3"
|
||||
k2="1"
|
||||
k3="1"
|
||||
operator="arithmetic"
|
||||
result="composite5"
|
||||
id="feComposite4162" />
|
||||
</filter>
|
||||
<filter
|
||||
style="color-interpolation-filters:sRGB;"
|
||||
inkscape:label="Lightness-Contrast"
|
||||
id="filter2749"
|
||||
x="0"
|
||||
y="0"
|
||||
width="1"
|
||||
height="1">
|
||||
<feColorMatrix
|
||||
values="0.66 0 0 0.35 0.0182292 0.02 0.66 0.02 0.35 0.0182292 0.08 0.08 0.66 0.35 0.02 0 0 0 1 0 "
|
||||
id="feColorMatrix2747" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient2550"
|
||||
@@ -1734,9 +1650,9 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect"
|
||||
id="transparentBackgroundRect_60_60"
|
||||
transform="matrix(3,0,0,3,50,-1200)"
|
||||
xlink:href="#backgroundRect"
|
||||
id="backgroundRect_60_60"
|
||||
transform="matrix(3,0,0,3,50,-1152)"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<rect
|
||||
@@ -1745,10 +1661,10 @@
|
||||
height="44"
|
||||
width="44"
|
||||
id="rect5876-5-7"
|
||||
style="fill:#6b7080;stroke-width:0.90625" />
|
||||
style="fill:#000000;stroke-width:0.90625" />
|
||||
<path
|
||||
id="rect5882-1-55-4-9-9"
|
||||
style="fill:#cecfd5;fill-opacity:0.34210528"
|
||||
style="fill:#cecece;fill-opacity:0.342105"
|
||||
d="m 38,198 v -35 h 1 v 35 z m -5,0 v -35 h 1 v 35 z m -5,0 v -35 h 1 v 35 z m -5,0 v -35 h 1 v 35 z m -5,0 v -35 h 1 v 35 z m -5,0 v -35 h 1 v 35 z"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
|
||||
@@ -1762,7 +1678,7 @@
|
||||
height="100%" />
|
||||
<path
|
||||
id="rect5882-1-55-6-0-1-7"
|
||||
style="fill:#cecfd5"
|
||||
style="fill:#cecece"
|
||||
d="M 44,163 H 8 v -1 h 36 z m 0,35 H 8 v -1 h 36 z m -1,0 v -36 h 1 v 36 z m -35,0 v -36 h 1 v 36 z"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccccccccccc" />
|
||||
@@ -1779,7 +1695,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -1790,7 +1706,7 @@
|
||||
height="44"
|
||||
width="44"
|
||||
id="rect9153"
|
||||
style="fill:#6b7080" />
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
id="path5905-0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2"
|
||||
@@ -1805,7 +1721,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-2"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -1816,13 +1732,13 @@
|
||||
sodipodi:nodetypes="csccccccccccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 263.88612,170.56484 c -2.25619,-7.49215 -13.9354,-14.04789 -27.88611,-14.04789 -14.23027,0 -25.62993,6.55574 -27.88613,14.04789 l -2.69076,2.30637 -3.80901,-7.33845 -2.93538,-12.37053 5.03208,2.0967 c 1.376,-1.39235 2.35711,-2.47631 5.87076,-4.40307 l 3.35472,-6.91911 5.66109,4.40307 c 3.80983,-0.90692 7.59785,-1.85747 11.95119,-1.67736 L 236,141.42071 l 5.45142,5.24175 c 4.35334,-0.18011 8.14136,0.77044 11.95119,1.67736 l 5.66109,-4.40307 3.35472,6.91911 c 3.51365,1.92676 4.49476,3.01072 5.87076,4.40307 l 5.03208,-2.0967 -2.93538,12.37053 -3.80901,7.33845 z"
|
||||
style="fill:#cecfd5"
|
||||
style="fill:#a0a0a0"
|
||||
id="path3799" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccccsccc"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 267.03116,171.19385 -3.14504,-0.83868 -5.6611,7.33846 L 250.46723,180 236,171.82286 221.53276,180 l -7.75779,-2.30637 -5.66109,-7.33846 -3.14505,0.83868 -3.35472,-5.87076 6.49977,18.45097 c 4.59209,9.55845 18.73642,14.25756 27.88613,14.25756 9.14969,0 23.29402,-4.69911 27.88611,-14.25756 l 6.49977,-18.45097 z"
|
||||
style="fill:#6b7080;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path3801" />
|
||||
</g>
|
||||
</g>
|
||||
@@ -1833,7 +1749,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-4"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -1842,13 +1758,13 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect8115-9-7-8-0"
|
||||
d="m 212.99412,157.98972 10,10 v 34 h -34 v -44 z"
|
||||
style="fill:#dfe0e3;stroke:#6b7080;stroke-width:2;fill-opacity:1" />
|
||||
style="fill:#f0f0f0;fill-opacity:1;stroke:#000000;stroke-width:2" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect8151-5-6-4"
|
||||
d="m 211.99412,157.98972 11,11 h -11 z"
|
||||
style="fill:#6b7080;fill-opacity:1" />
|
||||
style="fill:#000000;fill-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
id="share/qtcreator/templates/wizards/global/lib">
|
||||
@@ -1857,7 +1773,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-9"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -1887,13 +1803,13 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect8389-0-7-1-1-30-0"
|
||||
d="m 214.11732,109.89875 -21.5,10.5 19,10.5 21,-12.5 z"
|
||||
style="fill:#6b7080" />
|
||||
style="fill:#606060" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path7475"
|
||||
d="m 232.61732,118.39875 -21,12 -16.5,-9.5 c -4,-2.5 -6.5,3.5 -0.5,7.5 l 17,10 21,-12 v -1.99609 c -1,-1.00391 -1,-2.00391 0,-3.92579 z"
|
||||
style="fill:#53586b" />
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -1910,7 +1826,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-6"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -1918,19 +1834,19 @@
|
||||
id="wizardicons_puzzlepiece"
|
||||
transform="translate(93,-57.5)">
|
||||
<path
|
||||
style="fill:#6b7080"
|
||||
style="fill:#707070"
|
||||
d="m 233,217 22,11 -22,16 -22,-16 z"
|
||||
id="rect8389-0-7-1-1-4-7-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#53586b"
|
||||
style="fill:#505050"
|
||||
d="m 211,228 22,13 v 18 l -22,-13 z"
|
||||
id="rect8389-2-3-6-3-2-8"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#3a4055"
|
||||
style="fill:#404040"
|
||||
d="M 254.99961,228 233.00001,240.99999 233,259 255,246 Z"
|
||||
id="rect8389-9-9-0-6-1-1-8"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -1944,21 +1860,21 @@
|
||||
cy="234.49998"
|
||||
cx="377"
|
||||
id="path8509-5-8-8-3-3"
|
||||
style="display:inline;fill:#3a4055;fill-opacity:1" />
|
||||
style="display:inline;fill:#000000;fill-opacity:1" />
|
||||
<rect
|
||||
y="229.5"
|
||||
x="372"
|
||||
height="5"
|
||||
width="10"
|
||||
id="rect8526-3-0-4-8"
|
||||
style="fill:#3a4055" />
|
||||
style="fill:#000000" />
|
||||
<ellipse
|
||||
ry="2.4999847"
|
||||
rx="5"
|
||||
cy="229.49998"
|
||||
cx="377"
|
||||
id="path8509-5-8-8-3"
|
||||
style="fill:#848895" />
|
||||
style="fill:#a0a0a0" />
|
||||
</g>
|
||||
<use
|
||||
height="100%"
|
||||
@@ -1989,25 +1905,25 @@
|
||||
id="g5781"
|
||||
transform="matrix(0.90953998,0,0,0.90953998,129.60566,-43.677676)">
|
||||
<path
|
||||
style="fill:#3a4055"
|
||||
style="fill:#202020"
|
||||
d="m 190,264.78452 32.038,-21.6092 c -0.93953,7.51624 -0.65767,18.4148 -0.65767,28.93754 -3.41096,-1.9459 -7.08564,-4.06871 -9.77112,-4.32184 l -7.51625,3.38231 -2.3213,-5.57075 c -3.637,-0.8686 -7.64033,-0.93811 -11.77166,-0.81806 z"
|
||||
id="path6773-1-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
style="fill:#f3f3f4;fill-opacity:1"
|
||||
style="fill:#f0f0f0;fill-opacity:1"
|
||||
d="m 192.51325,263.98592 c 2.64631,-0.12528 5.56672,0.047 9.74763,0.68116 l 18.90806,-20.05311 z"
|
||||
id="path6775-9-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#f3f3f4;fill-opacity:1"
|
||||
style="fill:#f0f0f0;fill-opacity:1"
|
||||
d="m 205.2204,269.67008 6.17811,-2.86959 9.77043,-22.18652 z"
|
||||
id="path6777-6-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccc" />
|
||||
<path
|
||||
style="fill:#cecfd5;fill-opacity:1"
|
||||
style="fill:#d0d0d0;fill-opacity:1"
|
||||
d="m 211.82415,266.75066 c 3.16737,0.73502 5.61015,2.1678 8.73409,3.95291 0.17,-8.70632 -0.30535,-17.38132 0.6107,-26.0896 z"
|
||||
id="path6779-9-7"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2017,7 +1933,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6799-33-3"
|
||||
d="m 202.56623,264.85499 1.93979,4.59397 16.66292,-24.83499 z"
|
||||
style="fill:#cecfd5;fill-opacity:1" />
|
||||
style="fill:#d0d0d0;fill-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@@ -2027,7 +1943,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-1"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -2048,15 +1964,15 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3357-6-2"
|
||||
d="m 284.44641,270.8572 c 0,0 -2.27003,-11.36616 3.42782,-15.38049 5.69783,-4.01433 17.08994,-3.43121 28.16377,-12.78788 -7.08902,12.04204 -7.24264,18.00316 -13.84237,24.63796 -6.59973,6.63476 -17.74922,3.53041 -17.74922,3.53041 z"
|
||||
style="fill:#3a4055" />
|
||||
style="fill:#202020" />
|
||||
<path
|
||||
sodipodi:nodetypes="cczc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4127-25-8"
|
||||
d="m 311.4164,247.3669 -25.94233,22.34979 c 0,0 -2.74992,-11.59886 5.1962,-14.67111 7.94611,-3.07223 9.10459,-1.75926 20.74613,-7.67868 z"
|
||||
style="fill:#f3f3f4" />
|
||||
style="fill:#f0f0f0" />
|
||||
<path
|
||||
style="fill:#cecfd5"
|
||||
style="fill:#c0c0c0"
|
||||
d="m 311.88013,247.7888 -25.88403,22.25255 c 0,0 8.2889,1.73813 13.80667,-2.08052 5.51777,-3.81866 9.98578,-14.48845 12.07736,-20.17203 z"
|
||||
id="path4131-8-8"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2070,7 +1986,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-8"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
@@ -2084,34 +2000,34 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M -45.749655,92.691592 C -25.709638,59.370739 -49.98206,5.3291313 -94.363693,10.819389 c -40.099677,4.957276 -40.745797,47.164319 -5.405477,57.191066 30.582672,8.684677 6.318141,28.083081 7.027133,41.000925 0.711982,12.9159 26.586999,17.60186 46.992382,-16.319788 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2339" />
|
||||
<circle
|
||||
cx="33.728001"
|
||||
cy="85.363998"
|
||||
r="15.414"
|
||||
transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="circle2341" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -140.06215,48.935849 c -6.25782,0.605754 -10.83867,6.164607 -10.23292,12.422426 0.6069,6.262186 6.16552,10.846595 12.42443,10.240555 6.25691,-0.613682 10.8416,-6.171209 10.23338,-12.429548 -0.60817,-6.253686 -6.16598,-10.839473 -12.42489,-10.233433 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2343" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M -44.99294,91.339709 C -24.951831,58.018571 -49.224253,3.976963 -93.605885,9.4672202 -133.70556,14.424496 -134.35249,56.632918 -99.012168,66.659664 c 30.582671,8.684677 6.31814,28.083081 7.027419,41.002016 0.712788,12.91452 26.586427,17.59967 46.991809,-16.321971 z"
|
||||
style="fill:#cecfd5;fill-opacity:1"
|
||||
style="fill:#d0d0d0;fill-opacity:1"
|
||||
id="path2561" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -86.84228,112.75985 c -1.214471,-1.96981 0.64273,-4.15809 2.551711,-3.9917 3.038711,0.26613 9.654932,-0.0356 14.875525,-2.99474 13.042632,-7.393716 33.114092,-42.969706 23.019203,-65.408115 -4.519408,-10.044409 -6.720057,-12.920331 -11.374321,-17.83365 -0.949463,-1.002058 -0.404394,-0.947592 0.238539,-0.608424 2.516861,1.320871 6.939597,6.437129 11.476145,14.764456 7.66485,14.069439 7.267361,30.795464 4.416643,41.287666 -1.985713,7.299047 -8.825282,23.811097 -18.841804,30.950427 -10.039061,7.15573 -21.785794,11.25982 -26.361641,3.83408 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2563" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -95.930347,66.591355 c -6.833063,-2.02837 -15.642033,-4.853088 -20.737233,-11.517566 -3.75613,-4.913949 -5.66292,-10.27703 -6.14987,-13.318086 -0.17324,-1.085101 -0.3204,-1.990371 -0.008,-2.240194 0.14462,-0.116023 2.80481,5.896793 6.78159,10.936136 3.97598,5.040721 9.5332,7.988734 14.16275,9.059851 4.117714,0.951954 12.647297,3.043679 15.533151,5.502233 2.96682,2.527189 3.21446,7.987461 2.216105,8.603468 -1.006805,0.619386 -3.048361,-4.429594 -11.798683,-7.025842 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2565" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2128,12 +2044,12 @@
|
||||
cy="84.375"
|
||||
r="15.414"
|
||||
transform="matrix(1.0917947,-0.2858168,0.2858168,1.0917947,-180.30817,13.494135)"
|
||||
style="fill:#cecfd5;fill-opacity:1"
|
||||
style="fill:#d0d0d0;fill-opacity:1"
|
||||
id="circle2577" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -128.68413,108.37945 c 13.53112,12.53839 33.898123,-4.68474 24.92968,-19.896853 -1.00709,-1.707941 -2.31462,-3.008246 -1.88461,-1.699876 2.86618,8.747107 0.21765,15.666689 -4.72414,19.231789 -4.84537,3.49669 -11.50527,4.08171 -16.83708,1.31735 -1.56573,-0.81156 -2.2151,0.37105 -1.48385,1.04759 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2579" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2143,12 +2059,12 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -139.30435,47.583681 c -6.25781,0.605754 -10.83866,6.164607 -10.23291,12.422425 0.60661,6.261094 6.16552,10.846596 12.42334,10.240842 6.258,-0.613969 10.84241,-6.172587 10.23309,-12.43064 -0.60708,-6.253972 -6.16461,-10.838667 -12.42352,-10.232627 z"
|
||||
style="fill:#cecfd5;fill-opacity:1"
|
||||
style="fill:#d0d0d0;fill-opacity:1"
|
||||
id="path2589" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -144.46878,67.571208 c 0.0694,0.8043 1.17097,1.837581 2.9016,2.311988 1.4868,0.407575 5.3196,1.449398 10.24346,-1.658357 4.92386,-3.107755 5.49162,-11.420375 3.25331,-13.865289 -0.69285,-1.238396 -1.59385,-2.13998 -0.87696,-0.163576 1.81042,4.990494 -1.7075,9.658612 -4.7418,11.820226 -3.03321,2.161328 -6.88015,1.138492 -8.45097,0.659579 -1.57081,-0.478912 -2.39915,0.06459 -2.32864,0.895429 z"
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path2591" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2158,32 +2074,32 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -47.767489,69.693822 c 8.53275,-24.594316 -9.322968,-61.7361761 -45.44543,-57.26827 -32.638991,4.03546 -33.165311,38.388972 -4.400576,46.550934 32.582157,4.93204 12.962529,29.511038 10.179394,41.905804 -2.495131,11.11075 26.331212,12.93935 39.666612,-31.188468 z"
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#909090;fill-opacity:1"
|
||||
id="path2561_1_" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -70.093288,88.904346 c -8.826757,-1.0923 -21.528979,18.836264 -9.552158,16.502364 11.974923,-2.33223 -11.976821,2.3339 0,0 5.756597,-0.85369 10.525643,-2.88613 14.794899,-7.7591 5.566565,-6.352377 13.88207,-20.07411 16.287064,-28.940024 2.02592,-7.475232 1.007602,-19.056819 -1.080822,-8.175033 -2.141927,11.167614 -11.622227,29.464094 -20.448983,28.371793 z"
|
||||
style="fill:#f3f3f3"
|
||||
style="fill:#f0f0f0"
|
||||
id="path2571" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -129.3854,104.84502 c 2.04356,0.0343 3.27967,0.32204 5.34905,1.77406 4.09067,1.69983 11.60987,0.62271 15.08205,-3.94827 3.47218,-4.570987 3.58619,-10.869069 2.26327,-14.674737 -3.23625,-9.314034 -16.9849,-9.149351 -23.12692,-1.416711 -6.64421,8.635238 -1.61102,18.231328 0.43255,18.265658 z"
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#909090;fill-opacity:1"
|
||||
id="path2581" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -147.63565,61.683628 c 0.40732,1.28269 1.44811,3.154254 3.64595,3.466259 2.93489,0.416637 3.53491,1.742664 7.0005,1.054744 3.46559,-0.68792 6.09246,-3.528006 7.14363,-6.669567 1.20345,-4.346877 -0.59849,-6.59104 -3.31042,-8.594648 -2.71192,-2.003608 -8.6776,-1.788153 -12.23781,1.457264 -2.53013,2.304951 -3.23353,6.163046 -2.24185,9.285948 z"
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#909090;fill-opacity:1"
|
||||
id="path2593_2_" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -136.11009,64.55822 c 2.66288,-0.697107 6.18464,-4.325607 4.43628,-7.095941 -2.15705,-3.413481 -8.1667,-0.491628 -8.36993,3.308751 -0.20403,3.801756 1.11136,4.526027 3.93365,3.78719 z"
|
||||
style="fill:#f3f3f3"
|
||||
style="fill:#f0f0f0"
|
||||
id="path256" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m -116.11512,105.50904 c 2.27202,-0.59479 9.23253,-3.42724 7.92518,-13.546057 -0.66167,-5.125563 -3.45731,6.361345 -8.63415,8.079387 -7.84312,2.6027 -6.96198,7.47482 0.70897,5.46667 z"
|
||||
style="fill:#f3f3f3"
|
||||
style="fill:#f0f0f0"
|
||||
id="path258" />
|
||||
</g>
|
||||
</g>
|
||||
@@ -2195,7 +2111,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2204,25 +2120,25 @@
|
||||
id="g5886"
|
||||
transform="matrix(0.78941483,0,0,0.78941483,101.83171,55.17776)">
|
||||
<path
|
||||
style="fill:#cecfd5;fill-opacity:1;stroke:#cecfd5;stroke-width:1.80833817;stroke-opacity:1"
|
||||
style="fill:#d0d0d0;fill-opacity:1;stroke:#cecfd5;stroke-width:1.80834;stroke-opacity:1"
|
||||
d="m 496.74727,249.56875 c -6.76923,-6.84879 -12.50553,-12.76356 -12.74733,-13.14392 -1.3237,-2.08223 -0.28596,-3.4652 12.65638,-16.86684 10.73833,-11.11943 13.39584,-13.5791 14.67126,-13.5791 1.26876,0 3.92581,2.42042 14.32966,13.05347 8.97915,9.17697 12.77209,13.43887 12.77209,14.3512 0,1.89685 -26.17418,28.63755 -28.03084,28.63755 -0.98396,0 -4.63751,-3.33269 -13.65122,-12.45236 z"
|
||||
id="path2749"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#888888;fill-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:original-d="M 0,0"
|
||||
inkscape:path-effect="#path-effect5730"
|
||||
id="path5732"
|
||||
d="m 507.03798,248.92534 c -0.21185,-0.21185 -0.38518,-5.02165 -0.38518,-10.68847 v -10.30329 h -2.37282 c -2.87375,0 -2.88296,0.0402 1.618,-7.05979 2.03475,-3.20969 3.56729,-5.05957 4.10372,-4.9535 0.83514,0.16515 7.62845,10.37469 7.62845,11.46466 0,0.30175 -1.04812,0.54863 -2.32916,0.54863 -1.52486,0 -2.44261,0.29568 -2.65773,0.85627 -0.54559,1.42178 1.31116,5.90532 4.09432,9.88667 2.85179,4.07952 3.08974,4.9077 1.73345,6.03332 -0.75354,0.62538 -1.23111,0.40984 -3.0696,-1.3854 -1.19748,-1.1693 -2.35585,-1.94739 -2.57415,-1.72908 -0.21831,0.21831 -0.39692,2.04352 -0.39692,4.05603 v 3.65912 h -2.50361 c -1.37698,0 -2.67694,-0.17333 -2.88877,-0.38517 z" />
|
||||
<path
|
||||
style="fill:#555753;stroke:#2e3436;stroke-width:0.45208454"
|
||||
style="fill:#000000;stroke:#000000;stroke-width:0.452085"
|
||||
d="m 507.03798,248.92534 c -0.21185,-0.21185 -0.38518,-5.02165 -0.38518,-10.68847 v -10.30329 h -2.37282 c -2.87375,0 -2.88296,0.0402 1.618,-7.05979 2.03475,-3.20969 3.56729,-5.05957 4.10372,-4.9535 0.83514,0.16515 7.62845,10.37469 7.62845,11.46466 0,0.30175 -1.04812,0.54863 -2.32916,0.54863 -1.52486,0 -2.44261,0.29568 -2.65773,0.85627 -0.54559,1.42178 1.31116,5.90532 4.09432,9.88667 2.85179,4.07952 3.08974,4.9077 1.73345,6.03332 -0.75354,0.62538 -1.23111,0.40984 -3.0696,-1.3854 -1.19748,-1.1693 -2.35585,-1.94739 -2.57415,-1.72908 -0.21831,0.21831 -0.39692,2.04352 -0.39692,4.05603 v 3.65912 h -2.50361 c -1.37698,0 -2.67694,-0.17333 -2.88877,-0.38517 z"
|
||||
id="path2727"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path2736"
|
||||
style="fill:#555753;stroke:#2e3436;stroke-width:0.90416908"
|
||||
style="fill:#000000;stroke:#000000;stroke-width:0.904169"
|
||||
d="m 496.74727,249.56875 c -6.76923,-6.84879 -12.50553,-12.76356 -12.74733,-13.14392 -1.3237,-2.08223 -0.28596,-3.4652 12.65638,-16.86684 10.73833,-11.11943 13.39584,-13.5791 14.67126,-13.5791 1.26876,0 3.92581,2.42042 14.32966,13.05347 8.97914,9.17697 12.77209,13.43887 12.77209,14.3512 0,1.89685 -26.17418,28.63755 -28.03084,28.63755 -0.98396,0 -4.63751,-3.33269 -13.65122,-12.45236 z m 27.47757,-1.52841 c 8.79328,-9.03185 13.04897,-13.80724 13.04897,-14.64246 0,-1.42843 -24.60111,-26.894 -25.94929,-26.86114 -0.92428,0.0225 -25.37511,24.86558 -26.46799,26.89259 -0.90653,1.68134 -0.3237,2.42572 11.10782,14.18688 12.47023,12.82984 13.50918,13.82715 14.40451,13.82715 0.44384,0 6.67903,-6.03135 13.85598,-13.40302 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
@@ -2233,7 +2149,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2245,30 +2161,29 @@
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 591,256 v 1 h 40 v -1 z m 0,-32 v 28 h 40 v -28 z"
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
id="path81" />
|
||||
<path
|
||||
id="path79"
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#000000;fill-opacity:1"
|
||||
d="m 628.61434,253.01635 c 0.3362,0.50767 0.6724,1.01533 1.0086,1.523 0.0346,-0.58443 -0.0742,-1.19771 0.0642,-1.76163 0.55805,-0.27029 0.39286,0.57631 0.41492,0.90259 -0.0326,0.53382 0.0735,1.09501 -0.0703,1.60752 -0.51816,0.2977 -0.71975,-0.48061 -0.9896,-0.79155 -0.20425,-0.31249 -0.40851,-0.62497 -0.61276,-0.93745 -0.0111,0.54754 0.0224,1.098 -0.0171,1.64368 -0.47825,0.5207 -0.52219,-0.41388 -0.47277,-0.75554 0.0339,-0.54328 -0.0764,-1.11667 0.0725,-1.6367 0.22158,-0.2493 0.50943,-0.033 0.60222,0.20608 z m -4.02361,-0.31325 c 1.1507,-0.10513 1.61357,1.39079 1.02274,2.20595 -0.6033,0.84061 -2.20047,0.49679 -2.25557,-0.59758 -0.16339,-0.79218 0.35079,-1.67236 1.23283,-1.60837 z m 0.74077,1.32799 c 0.18778,-1.14377 -1.65883,-1.19038 -1.46469,3.4e-4 -0.11361,1.23592 1.57659,1.19424 1.46469,-3.4e-4 z m -4.60325,1.02302 c 0.0117,-0.7239 -0.0236,-1.45083 0.0179,-2.1728 0.49064,-0.54566 0.56524,0.4028 0.50585,0.7645 -0.0386,0.54595 0.0835,1.12663 -0.0732,1.64763 -0.17936,0.19436 -0.49355,0.0122 -0.45059,-0.23933 z m -2.09039,-0.49962 c -7.8e-4,1.11865 -2.09784,1.09603 -2.03232,-0.0284 0.47362,-0.47178 0.70098,0.99241 1.3745,0.35488 0.58555,-0.98906 -2.05769,-0.54146 -1.22563,-1.83485 0.39717,-0.67219 2.14905,-0.31836 1.63214,0.51159 -0.35631,-0.0894 -0.93178,-0.94986 -1.2638,-0.18061 0.27448,0.60102 1.56836,0.24021 1.51511,1.17736 z m -5.47271,-0.33055 c -0.36827,-0.0466 -0.10224,0.54116 -0.18276,0.78233 -0.16945,0.82654 -0.70774,-0.0112 -0.52346,-0.47366 0.0118,-0.53619 -0.0241,-1.07546 0.0189,-1.60962 0.2592,-0.31814 0.7627,-0.11839 1.13604,-0.17474 0.97809,-0.26783 1.33752,1.33508 0.29023,1.41412 0.58802,0.13025 0.99081,1.70711 0.14931,0.98531 -0.25163,-0.33086 -0.38665,-0.94049 -0.88827,-0.92374 z m 0.29919,-1.08719 c -0.40725,-0.0902 -0.58019,0.0538 -0.48159,0.4694 -0.0949,0.46053 0.89267,0.26771 1.03094,0.007 0.11888,-0.35815 -0.25505,-0.52202 -0.54935,-0.47625 z m -3.32501,0.0115 c -0.39256,0 -0.78511,0 -1.17767,0 0.0342,0.28232 -0.15519,0.78821 0.31293,0.6366 0.3244,0.0657 0.8553,-0.16494 1.00897,0.19507 -0.15255,0.36664 -0.69202,0.13232 -1.01985,0.19897 -0.46921,-0.14254 -0.25726,0.39608 -0.30198,0.67802 0.17158,0.14393 0.61407,0.0169 0.88664,0.0599 0.53479,-0.1967 0.80613,0.52129 0.12279,0.41092 -0.48331,-0.0364 -1.0013,0.0813 -1.45822,-0.0761 -0.1555,-0.53982 -0.0388,-1.1392 -0.075,-1.70475 -0.0637,-0.42101 0.0279,-0.94933 0.58194,-0.79906 0.43255,0.0293 0.89068,-0.063 1.30512,0.0548 0.14987,0.13718 0.008,0.38121 -0.18567,0.34566 z m -5.42261,-0.10237 c 0.19442,0.57664 0.38883,1.15327 0.58325,1.72991 0.25015,-0.67291 0.41468,-1.39029 0.72921,-2.02986 0.6607,-0.1337 0.24088,0.66326 0.12311,0.98984 -0.2314,0.52958 -0.33496,1.13971 -0.68603,1.59515 -0.65326,0.17143 -0.64332,-0.71818 -0.87081,-1.13143 -0.12907,-0.44893 -0.40203,-0.87998 -0.41609,-1.34465 0.17006,-0.31253 0.51969,-0.10152 0.53736,0.19104 z m -3.49443,2.28183 c -0.31169,-0.009 -0.62691,0.0208 -0.93592,-0.0192 -0.25594,-0.10818 -0.14692,-0.43211 -0.17076,-0.65165 0.003,-0.55602 -0.006,-1.1124 0.005,-1.66819 0.0276,-0.306 0.38031,-0.232 0.59725,-0.24087 0.38754,0.0232 0.81386,-0.076 1.16118,0.13861 0.37374,0.24111 0.33969,0.8739 -0.0782,1.05033 0.12545,0.0813 0.59005,0.39604 0.45444,0.7602 -0.0396,0.40945 -0.45854,0.64556 -0.84098,0.62563 -0.0638,0.004 -0.12809,0.005 -0.19165,0.005 z m -0.58325,-2.19096 c 0,0.22337 0,0.44675 0,0.67012 0.29126,-0.021 0.6127,0.0607 0.87559,-0.0914 0.34462,-0.34149 -0.14208,-0.67967 -0.49472,-0.5794 -0.1267,4.8e-4 -0.25537,-9.5e-4 -0.38087,7.1e-4 z m 0.54468,1.04213 c -0.18156,0 -0.36312,0 -0.54468,0 0,0.25341 0,0.50683 0,0.76024 0.31973,-0.0223 0.66769,0.0643 0.96026,-0.0965 0.34744,-0.31962 -0.0167,-0.73372 -0.41558,-0.66377 z m -5.41792,0.0825 c 0.01,-0.45969 -0.0211,-0.92289 0.0178,-1.38012 0.13999,-0.376 0.62903,-0.0831 0.50597,0.24886 0.0121,0.48237 -0.0277,0.96837 0.0272,1.44786 0.0636,0.43444 0.70466,0.50403 0.96733,0.22051 0.20118,-0.32462 0.10275,-0.72395 0.12653,-1.08618 0.0152,-0.29507 -0.0366,-0.60041 0.0395,-0.88663 0.21796,-0.31389 0.58479,0.0279 0.48391,0.32599 -0.0143,0.52156 0.0368,1.04843 -0.0453,1.56502 -0.0962,0.48062 -0.62599,0.69983 -1.07275,0.65503 -0.40722,0.011 -0.88454,-0.17071 -0.98712,-0.60778 -0.0486,-0.16264 -0.0626,-0.33356 -0.0632,-0.50256 z m -2.07345,0.29306 c 0.0219,0.49996 -0.48703,0.82924 -0.94499,0.81699 -0.45817,0.0458 -1.00338,-0.18139 -1.09704,-0.67462 -0.0452,-0.50698 0.55167,-0.26701 0.572,0.10234 0.22525,0.29664 0.81553,0.25473 0.94836,-0.11098 0.0641,-0.47365 -0.5546,-0.44753 -0.8601,-0.56951 -0.33975,-0.0789 -0.66861,-0.36835 -0.61636,-0.74634 0.0229,-0.47556 0.55161,-0.69434 0.96787,-0.66977 0.4003,-0.0226 0.93564,0.21295 0.91398,0.67609 -0.15693,0.43774 -0.51369,0.006 -0.63103,-0.22259 -0.26977,-0.2323 -1.00774,0.0172 -0.6758,0.40741 0.40824,0.25666 1.00303,0.17392 1.31511,0.5959 0.0801,0.11493 0.10839,0.25712 0.108,0.39508 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 594.5,245 c 0.13185,0 0.24623,0.0496 0.34404,0.14948 0.0969,0.097 0.14604,0.21335 0.14604,0.34816 0,0.14049 -0.0492,0.25922 -0.14604,0.35667 -0.0974,0.097 -0.21455,0.14569 -0.35207,0.14569 -0.14036,0 -0.25898,-0.0487 -0.35587,-0.14616 -0.0974,-0.0999 -0.14602,-0.21855 -0.14602,-0.3562 0,-0.14049 0.0486,-0.25781 0.14602,-0.35241 C 594.2353,245.04873 594.35681,245 594.5,245 Z m -2,0 c 0.13185,0 0.24623,0.0496 0.34404,0.14948 0.0969,0.097 0.14604,0.21335 0.14604,0.34816 0,0.14049 -0.0492,0.25922 -0.14604,0.35667 -0.0974,0.097 -0.21455,0.14569 -0.35207,0.14569 -0.14036,0 -0.25898,-0.0487 -0.35587,-0.14616 -0.0974,-0.0999 -0.14602,-0.21855 -0.14602,-0.3562 0,-0.14049 0.0486,-0.25781 0.14602,-0.35241 C 592.2353,245.04873 592.35681,245 592.5,245 Z m 2,-2 c 0.13185,0 0.24623,0.0496 0.34404,0.14948 0.0969,0.097 0.14604,0.21335 0.14604,0.34816 0,0.14049 -0.0492,0.25922 -0.14604,0.35667 -0.0974,0.097 -0.21455,0.14569 -0.35207,0.14569 -0.14036,0 -0.25898,-0.0487 -0.35587,-0.14616 -0.0974,-0.0999 -0.14602,-0.21855 -0.14602,-0.3562 0,-0.14049 0.0486,-0.25781 0.14602,-0.35241 C 594.2353,243.04873 594.35681,243 594.5,243 Z m 36.1986,-19.95705 0.59911,2.373 c -5.50985,0.79881 -10.41265,1.74037 -14.70806,2.82503 -4.63461,1.17046 -8.36227,2.35966 -11.1837,3.56725 -2.82756,1.1838 -4.14797,2.14554 -3.96161,2.88379 0.16438,0.65138 1.34637,0.94661 3.55536,0.88425 1.13224,-0.0209 2.97463,-0.14383 5.52786,-0.37057 2.55324,-0.22566 5.84725,-0.55369 9.88239,-0.98265 C 627.5,233.5 634.10108,232.83392 634.30054,235.41696 634.5,238 633.5,239 629.39499,241.19391 c -5.64394,2.39103 -9.9338,4.21356 -18.86346,6.46868 -7.51732,1.8979 -13.99828,3.25472 -19.4436,4.07011 l -0.59298,-2.34668 c 6.44095,-0.92101 12.2334,-2.03055 17.37664,-3.32934 4.80368,-1.21263 8.50502,-2.38958 11.1026,-3.53228 2.59721,-1.14234 3.79687,-2.10517 3.59861,-2.89064 -0.17195,-0.67985 -1.37161,-1.02699 -3.59501,-1.04213 -1.13874,0.0123 -2.70716,0.0926 -4.70851,0.2408 -2.0064,0.14923 -4.49835,0.38066 -7.47587,0.69319 -4.61911,0.49565 -8.45743,0.87054 -11.50993,1.12504 -3.05682,0.25557 -3.83537,0.37885 -5.34035,0.37128 -1.44313,-0.0219 -2.96627,-0.58396 -3.24023,-1.66827 -0.36913,-1.46388 2.2971,-3.85367 5.81582,-5.55238 5.30149,-2.25945 10.98321,-4.53332 20.05453,-6.82377 6.27369,-1.58392 12.31523,-2.89532 18.12535,-3.93457 z M 592.5,243 c 0.13185,0 0.24623,0.0496 0.34404,0.14948 0.0969,0.097 0.14604,0.21335 0.14604,0.34816 0,0.14049 -0.0492,0.25922 -0.14604,0.35667 -0.0974,0.097 -0.21455,0.14569 -0.35207,0.14569 -0.14036,0 -0.25898,-0.0487 -0.35587,-0.14616 -0.0974,-0.0999 -0.14602,-0.21855 -0.14602,-0.3562 0,-0.14049 0.0486,-0.25781 0.14602,-0.35241 C 592.2353,243.04873 592.35681,243 592.5,243 Z"
|
||||
style="display:inline;fill:#cecfd5;fill-opacity:1"
|
||||
style="display:inline;fill:#aaaaaa;fill-opacity:1"
|
||||
id="path5764-7-0"
|
||||
sodipodi:nodetypes="scscscscsscscscscsscscscscscccccccczccccccccccccccccscscscscs" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="share/qtcreator/templates/wizards/projects/vcs/git/icon"
|
||||
transform="translate(0,-60)"
|
||||
style="filter:url(#filter4057)">
|
||||
transform="translate(0,-60)">
|
||||
<use
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3-4"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2276,19 +2191,18 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 622.17214,238.40472 -8.76377,-8.76316 c -0.50428,-0.50471 -1.32283,-0.50471 -1.82781,0 l -1.81974,1.81989 2.30838,2.30847 c 0.53663,-0.18118 1.15173,-0.0597 1.57929,0.36794 0.42977,0.43031 0.55039,1.05065 0.36465,1.58908 l 2.22485,2.22476 c 0.53826,-0.18547 1.15929,-0.0657 1.58909,0.36493 0.60089,0.60072 0.60089,1.57411 0,2.17502 -0.60099,0.60108 -1.57438,0.60108 -2.17562,0 -0.45183,-0.45217 -0.56358,-1.11603 -0.33473,-1.67272 l -2.07489,-2.07496 -1.8e-4,5.46012 c 0.14649,0.0726 0.28476,0.16931 0.40683,0.29086 0.60072,0.60065 0.60072,1.57387 0,2.17547 -0.6009,0.60063 -1.57473,0.60063 -2.17504,0 -0.6008,-0.6016 -0.6008,-1.57482 0,-2.17547 0.14849,-0.14821 0.32029,-0.2604 0.5036,-0.33558 v -5.5108 c -0.18331,-0.0749 -0.35485,-0.18635 -0.5036,-0.33561 -0.45507,-0.45473 -0.56468,-1.12264 -0.33129,-1.68148 l -2.2755,-2.27594 -6.009,6.00866 c -0.50488,0.50514 -0.50488,1.32368 0,1.82849 l 8.76368,8.76316 c 0.50454,0.50472 1.32283,0.50472 1.82808,0 l 8.72272,-8.72255 c 0.50472,-0.50498 0.50472,-1.32378 0,-1.82858 m 26.70156,5.02982 c -0.82454,0.402 -2.03184,0.76624 -3.12483,0.76624 -2.28071,0 -3.14291,-0.9191 -3.14291,-3.08587 v -5.02133 c 0,-0.11476 0,-0.19175 -0.15393,-0.19175 h -1.34142 v -1.70574 c 1.68718,-0.19217 2.35755,-1.03568 2.56831,-3.12475 H 645.5 v 2.72259 c 0,0.13367 0,0.19158 0.1535,0.19158 h 2.70222 v 1.91632 H 645.5 v 4.58053 c 0,1.13099 0.26868,1.57145 1.3031,1.57145 0.53736,0 1.09256,-0.13377 1.55262,-0.30643 l 0.51798,1.68716 M 638.30423,232.6593 c -1.09278,0 -1.72506,-0.63307 -1.72506,-1.72595 0,-1.09153 0.63228,-1.68615 1.72506,-1.68615 1.11171,0 1.74422,0.59462 1.74422,1.68615 0,1.09288 -0.63251,1.72595 -1.74422,1.72595 z m -2.47296,11.51827 v -1.51339 l 0.97782,-0.13377 c 0.26846,-0.0389 0.30656,-0.0959 0.30656,-0.38413 v -5.63494 c 0,-0.21043 -0.0573,-0.34515 -0.24952,-0.40218 l -1.03486,-0.36449 0.21076,-1.55193 h 3.96787 v 7.95354 c 0,0.30722 0.0185,0.34523 0.30678,0.38413 l 0.9776,0.13377 v 1.51339 h -5.46301 m -6.22765,-8.09335 c -1.05446,0 -1.83979,0.51779 -1.83979,1.76389 0,0.93891 0.51753,1.59065 1.78297,1.59065 1.07252,0 1.80104,-0.63194 1.80104,-1.62943 0,-1.1304 -0.65188,-1.72511 -1.74422,-1.72511 z m -2.10826,8.79859 c -0.24952,0.30625 -0.49815,0.63162 -0.49815,1.01563 0,0.76609 0.97694,0.99663 2.31901,0.99663 1.11172,0 2.62602,-0.0778 2.62602,-1.11146 0,-0.61433 -0.72852,-0.65236 -1.64908,-0.71009 z m 5.67333,-8.74068 c 0.34444,0.44096 0.70914,1.05441 0.70914,1.93603 0,2.12744 -1.66757,3.37312 -4.08194,3.37312 -0.61401,0 -1.16987,-0.0765 -1.51453,-0.17215 l -0.63272,1.01565 1.87812,0.11474 c 3.31621,0.21129 5.27053,0.30731 5.27053,2.85552 0,2.20469 -1.93538,3.44993 -5.27053,3.44993 -3.46906,0 -4.79153,-0.88177 -4.79153,-2.39567 0,-0.86286 0.38342,-1.32182 1.05424,-1.95524 -0.63272,-0.26745 -0.84326,-0.74636 -0.84326,-1.26408 0,-0.42195 0.21054,-0.8052 0.55608,-1.16961 0.34487,-0.36382 0.72808,-0.72847 1.18814,-1.15001 -0.93907,-0.45991 -1.64842,-1.45662 -1.64842,-2.87521 0,-2.20393 1.45682,-3.71756 4.38873,-3.71756 0.82432,0 1.32292,0.0759 1.76382,0.19158 h 3.73773 v 1.62875 l -1.7636,0.13421"
|
||||
style="fill:#848895;fill-opacity:1;stroke-width:0.84867835"
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.848678"
|
||||
id="path8590"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccccssssccccsscccssccssssscccssccccsccccssssscssscccsscccssscsccsscccc" />
|
||||
</g>
|
||||
<g
|
||||
id="src/plugins/projectexplorer/images/importasproject"
|
||||
transform="translate(60)"
|
||||
style="filter:url(#filter4057)">
|
||||
transform="translate(60)">
|
||||
<use
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2298,24 +2212,23 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4833-3"
|
||||
d="m 633,160 v 19 h 7.73077 L 626,199 611.26923,179 H 619 v -19 z"
|
||||
style="fill:#848895" />
|
||||
style="fill:#000000" />
|
||||
</g>
|
||||
<g
|
||||
id="share/qtcreator/templates/wizards/projects/vcs/cvs/icon"
|
||||
transform="translate(120)"
|
||||
style="filter:url(#filter4057)">
|
||||
transform="translate(120)">
|
||||
<use
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3-5"
|
||||
width="100%"
|
||||
height="100%"
|
||||
transform="translate(660)" />
|
||||
<path
|
||||
id="path8813"
|
||||
style="fill:#848895;fill-opacity:1;stroke-width:0.79224545"
|
||||
style="fill:#000000;fill-opacity:1;stroke-width:0.792245"
|
||||
d="m 701.79758,173.12611 q -3.81956,0 -3.81956,2.66319 0,1.22646 0.87604,1.75209 0.87605,0.49059 3.99478,1.05126 3.11873,0.52563 4.41528,1.5068 1.29655,0.98117 1.29655,3.6794 0,2.69823 -1.7521,3.95974 -1.71705,1.26151 -5.04603,1.26151 -2.1726,0 -5.11612,-0.49059 l -1.05126,-0.17521 0.14017,-2.27772 q 3.99478,0.59571 6.02721,0.59571 2.03243,0 3.08369,-0.63076 1.08629,-0.66579 1.08629,-2.17259 0,-1.54185 -0.91109,-2.06748 -0.91109,-0.56067 -3.99477,-1.05125 -3.08369,-0.49059 -4.38024,-1.43672 -1.29655,-0.94614 -1.29655,-3.50419 0,-2.55806 1.78714,-3.78453 1.82218,-1.22647 4.52041,-1.22647 2.13755,0 5.36141,0.49058 l 0.98117,0.17521 -0.0701,2.24268 q -3.88966,-0.56066 -6.13234,-0.56066 z m -23.77977,-1.99739 h 2.80335 l 4.09991,15.24323 h 1.29655 l 4.24007,-15.24323 h 2.69823 l -4.94091,17.52096 h -5.25629 z m -7.06259,-0.35042 q 1.15639,0 3.9247,0.4205 l 0.841,0.10513 -0.10512,2.13756 q -2.80336,-0.31538 -4.13495,-0.31538 -2.97856,0 -4.06486,1.43672 -1.05126,1.40167 -1.05126,5.25629 0,3.81956 0.98117,5.32637 1.01622,1.5068 4.16999,1.5068 l 4.13495,-0.31538 0.10513,2.1726 q -3.2589,0.49059 -4.87083,0.49059 -4.09991,0 -5.6768,-2.10252 -1.54184,-2.10251 -1.54184,-7.07846 0,-5.011 1.68202,-7.00839 1.682,-2.03243 5.6067,-2.03243 z"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
@@ -2326,7 +2239,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3-5-6-5"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2344,7 +2257,7 @@
|
||||
x="0"
|
||||
style="display:inline" />
|
||||
<rect
|
||||
style="fill:#fbfbfb;stroke:#6b7080;stroke-width:2"
|
||||
style="fill:#fbfbfb;stroke:#000000;stroke-width:2"
|
||||
id="rect7869-6-9-2-4"
|
||||
width="24.000004"
|
||||
height="44"
|
||||
@@ -2360,7 +2273,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3-5-6"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2369,19 +2282,19 @@
|
||||
id="wizardicons_laptop"
|
||||
transform="translate(0,-1)">
|
||||
<path
|
||||
style="fill:#fbfbfb;stroke:#6b7080;stroke-width:3"
|
||||
style="fill:#fbfbfb;stroke:#000000;stroke-width:3"
|
||||
d="m 494.5,304.5 h 33 c 1.58695,0 3,1.41305 3,3 v 25 h -39 v -25 c 0,-1.58696 1.41305,-3 3,-3 z"
|
||||
id="rect7867-7-1-4-6-13"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sssccss" />
|
||||
<path
|
||||
style="fill:#848895"
|
||||
style="fill:#666666"
|
||||
d="m 535,333 h -48 c 0,2 1,3 3,4 h 42 c 2,-1 3,-2 3,-4 z"
|
||||
id="path9645-8-5-3-5"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:#53586b"
|
||||
style="fill:#aaaaaa"
|
||||
d="m 517,333 c 0,0.77906 -0.69638,1 -1.61124,1 H 506.5 c -0.91487,0 -1.69151,-0.22094 -1.69151,-1 z"
|
||||
id="rect9648-5-2-3-9"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2389,7 +2302,7 @@
|
||||
</g>
|
||||
<path
|
||||
id="rect7781-1"
|
||||
style="fill:#3a4055"
|
||||
style="fill:#404040"
|
||||
d="m 511.00024,323 h 12 v 2 h -12 z M 499.5,309 h 3 l 8,8 -8,8 h -3 l 8,-8 z"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccc" />
|
||||
@@ -2401,7 +2314,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use5906-0-4-3-5-6-3"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2416,7 +2329,7 @@
|
||||
height="100%"
|
||||
transform="translate(93.5,2)" />
|
||||
<path
|
||||
style="fill:#3a4055"
|
||||
style="fill:#404040"
|
||||
d="m 603.50084,312 -8.4e-4,14.67684 3.52028,-2.45389 2.02492,4.61977 3.08621,-1.34715 -2.0249,-4.61978 4.19525,-0.91397 z"
|
||||
id="path5662-0"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2424,7 +2337,7 @@
|
||||
<g
|
||||
id="tempateIconGuiWizarfTitleBar">
|
||||
<path
|
||||
style="fill:#3a4055"
|
||||
style="fill:#808080"
|
||||
d="m 587.94531,306.94336 h 33.10938 c 0.81824,0 1.3335,0.62105 1.44531,1.43164 V 311 h -36 v -2.625 c 0,-0.81826 0.62707,-1.43164 1.44531,-1.43164 z"
|
||||
id="rect7867-7-1-4-6-13-8-3"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2433,7 +2346,7 @@
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 619.5,308 h 2 v 2 h -2 z m -32,0 h 10 v 2 h -10 z"
|
||||
style="fill:#dfe0e3"
|
||||
style="fill:#f0f0f0"
|
||||
id="rect5668-6" />
|
||||
</g>
|
||||
</g>
|
||||
@@ -2458,7 +2371,7 @@
|
||||
<g
|
||||
id="pythonLogo">
|
||||
<use
|
||||
style="fill:#3a4055;fill-opacity:1"
|
||||
style="fill:#404040;fill-opacity:1"
|
||||
height="100%"
|
||||
width="100%"
|
||||
transform="translate(16)"
|
||||
@@ -2467,7 +2380,7 @@
|
||||
y="0"
|
||||
x="0" />
|
||||
<use
|
||||
style="fill:#848895;fill-opacity:1"
|
||||
style="fill:#888888;fill-opacity:1"
|
||||
height="100%"
|
||||
width="100%"
|
||||
transform="rotate(180,564.00512,277.49996)"
|
||||
@@ -2482,7 +2395,7 @@
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use6218"
|
||||
width="100%"
|
||||
height="100%"
|
||||
@@ -2506,7 +2419,7 @@
|
||||
x="0"
|
||||
style="display:inline" />
|
||||
<path
|
||||
style="display:inline;fill:#3a4055;stroke-width:1"
|
||||
style="display:inline;fill:#404040;stroke-width:1"
|
||||
d="m 571,238 -6e-4,10.32943 2.47755,-1.72702 1.42512,3.25135 2.17205,-0.94811 -1.42511,-3.25136 2.95258,-0.64325 z"
|
||||
id="path6222"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2529,32 +2442,18 @@
|
||||
height="100%"
|
||||
width="100%"
|
||||
id="use6264"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
y="0"
|
||||
x="0"
|
||||
style="display:inline" />
|
||||
<g
|
||||
transform="translate(0,-1)"
|
||||
id="g6272">
|
||||
<path
|
||||
sodipodi:nodetypes="sssccss"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6266"
|
||||
d="m 494.5,304.5 h 33 c 1.58695,0 3,1.41305 3,3 v 25 h -39 v -25 c 0,-1.58696 1.41305,-3 3,-3 z"
|
||||
style="fill:#fbfbfb;stroke:#6b7080;stroke-width:3" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6268"
|
||||
d="m 535,333 h -48 c 0,2 1,3 3,4 h 42 c 2,-1 3,-2 3,-4 z"
|
||||
style="fill:#848895" />
|
||||
<path
|
||||
sodipodi:nodetypes="csscc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6270"
|
||||
d="m 517,333 c 0,0.77906 -0.69638,1 -1.61124,1 H 506.5 c -0.91487,0 -1.69151,-0.22094 -1.69151,-1 z"
|
||||
style="fill:#53586b" />
|
||||
</g>
|
||||
<use
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#wizardicons_laptop"
|
||||
id="use4238"
|
||||
width="100%"
|
||||
height="100%" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
@@ -2595,13 +2494,12 @@
|
||||
transform="translate(-245,-78)"
|
||||
id="src/plugins/mcusupport/wizards/icon">
|
||||
<g
|
||||
id="g2653"
|
||||
style="filter:url(#filter2749)">
|
||||
id="g2653">
|
||||
<use
|
||||
style="display:inline"
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#transparentBackgroundRect_60_60"
|
||||
xlink:href="#backgroundRect_60_60"
|
||||
id="use2529"
|
||||
width="100%"
|
||||
height="100%"
|
||||
|
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 373 KiB |