forked from qt-creator/qt-creator
Copilot: Settings/options icon
Exclusive placeholder. While we figure out the legalities around the original Copilot icon. Change-Id: Iaacebbd8e8a46614659368a4ec7a98b03297e204 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -2,6 +2,7 @@ add_qtc_plugin(Copilot
|
||||
PLUGIN_DEPENDS Core LanguageClient
|
||||
SOURCES
|
||||
authwidget.cpp authwidget.h
|
||||
copilot.qrc
|
||||
copilotplugin.cpp copilotplugin.h
|
||||
copilotclient.cpp copilotclient.h
|
||||
copilotsettings.cpp copilotsettings.h
|
||||
|
||||
@@ -11,6 +11,7 @@ QtcPlugin {
|
||||
files: [
|
||||
"authwidget.cpp",
|
||||
"authwidget.h",
|
||||
"copilot.qrc",
|
||||
"copilotplugin.cpp",
|
||||
"copilotplugin.h",
|
||||
"copilotclient.cpp",
|
||||
|
||||
6
src/plugins/copilot/copilot.qrc
Normal file
6
src/plugins/copilot/copilot.qrc
Normal file
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/copilot">
|
||||
<file>images/settingscategory_copilot.png</file>
|
||||
<file>images/settingscategory_copilot@2x.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
@@ -44,8 +44,7 @@ CopilotOptionsPage::CopilotOptionsPage()
|
||||
setDisplayName("Copilot");
|
||||
setCategory("ZY.Copilot");
|
||||
setDisplayCategory("Copilot");
|
||||
|
||||
setCategoryIconPath(":/languageclient/images/settingscategory_languageclient.png");
|
||||
setCategoryIconPath(":/copilot/images/settingscategory_copilot.png");
|
||||
}
|
||||
|
||||
CopilotOptionsPage::~CopilotOptionsPage() {}
|
||||
|
||||
BIN
src/plugins/copilot/images/settingscategory_copilot.png
Normal file
BIN
src/plugins/copilot/images/settingscategory_copilot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 219 B |
BIN
src/plugins/copilot/images/settingscategory_copilot@2x.png
Normal file
BIN
src/plugins/copilot/images/settingscategory_copilot@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 404 B |
@@ -3170,6 +3170,20 @@
|
||||
style="fill:none;stroke:#000000;stroke-opacity:1.0"
|
||||
d="m 1100,488.5 h 3 m -5.75,-5.25 2.25,2.25 -2.25,2.25" />
|
||||
</g>
|
||||
<g
|
||||
id="src/plugins/copilot/images/settingscategory_copilot">
|
||||
<use
|
||||
x="0"
|
||||
y="0"
|
||||
xlink:href="#backgroundRect_24"
|
||||
id="use4838-1"
|
||||
width="100%"
|
||||
height="100%"
|
||||
transform="translate(1141,64)" />
|
||||
<path
|
||||
id="path3678"
|
||||
d="m 1133.4931,482.92349 c 1.2309,-7.2e-4 2.6907,0.20509 3.4049,1.34287 0.832,1.39305 0.4718,3.51373 -1.0108,4.32399 -1.1526,0.68867 -2.5252,0.56507 -3.8119,0.57709 0,1.32708 0,2.65416 0,3.98124 -0.4296,0 -0.8592,0 -1.2888,0 0,-3.4084 0,-6.81679 0,-10.22519 0.9022,0 1.8044,0 2.7066,0 z m -0.1145,1.10271 c -0.4344,0 -0.8689,0 -1.3033,0 0,1.34618 0,2.69235 0,4.03853 1.1413,-0.0225 2.414,0.13991 3.3757,-0.60104 0.6576,-0.63013 0.6991,-1.73406 0.3022,-2.5149 -0.4777,-0.81039 -1.5253,-0.91406 -2.3746,-0.92259 z m -7.2608,-0.11456 c -1.2534,-0.0527 -2.5094,0.63954 -3.049,1.78756 -0.6219,1.30647 -0.619,2.86103 -0.2119,4.23045 0.3167,1.06743 1.2059,1.9627 2.3249,2.14365 1.1265,0.21498 2.2861,0.0103 3.3706,-0.31376 0,0.37235 0,0.74469 0,1.11704 -1.2924,0.46392 -2.7269,0.53819 -4.0672,0.2542 -1.5087,-0.32824 -2.6766,-1.61705 -3.0215,-3.09988 -0.4203,-1.74943 -0.3686,-3.7411 0.6344,-5.29133 0.8809,-1.36394 2.5502,-2.02668 4.1347,-1.9587 0.9342,0.01 1.8806,0.17957 2.7206,0.60089 -0.1719,0.3628 -0.3437,0.7256 -0.5156,1.0884 -0.7312,-0.3223 -1.5123,-0.57452 -2.32,-0.55852 z" />
|
||||
</g>
|
||||
<g
|
||||
id="src/plugins/valgrind/images/kcachegrind"
|
||||
transform="translate(112)">
|
||||
|
||||
|
Before Width: | Height: | Size: 357 KiB After Width: | Height: | Size: 358 KiB |
Reference in New Issue
Block a user