mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Minor change auto conductor icon
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3609 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
ffd83c7e4e
commit
8db5b74980
BIN
ico/22x22/autoconnect.png
Normal file
BIN
ico/22x22/autoconnect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@ -230,5 +230,6 @@
|
||||
<file>ico/32x32/simplifyrichtext.png</file>
|
||||
<file>ico/24x16/be.png</file>
|
||||
<file>ico/128x128/plasmagik.png</file>
|
||||
<file>ico/22x22/autoconnect.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -189,7 +189,7 @@ void QETDiagramEditor::setUpActions() {
|
||||
paste = new QAction(QET::Icons::EditPaste, tr("C&oller"), this);
|
||||
conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("R\351initialiser les conducteurs"), this);
|
||||
|
||||
m_auto_conductor = new QAction (QET::Icons::ConductorSettings, tr("Cr\351ation automatique de conducteur(s)","Tool tip of auto conductor"), this);
|
||||
m_auto_conductor = new QAction (QET::Icons::Autoconnect, tr("Cr\351ation automatique de conducteur(s)","Tool tip of auto conductor"), this);
|
||||
m_auto_conductor -> setStatusTip (tr("Utiliser la cr\351ation automatique de conducteur(s) quand cela est possible", "Status tip of auto conductor"));
|
||||
m_auto_conductor -> setCheckable (true);
|
||||
m_auto_conductor -> setDisabled (true);
|
||||
|
@ -28,6 +28,7 @@ namespace QET {
|
||||
QIcon ArrowLeftDouble;
|
||||
QIcon ArrowRight;
|
||||
QIcon ArrowRightDouble;
|
||||
QIcon Autoconnect;
|
||||
QIcon BringForward;
|
||||
QIcon Cancel;
|
||||
QIcon Conductor;
|
||||
@ -198,6 +199,7 @@ void QET::Icons::initIcons() {
|
||||
ArrowRight .addFile(":/ico/22x22/arrow-right.png");
|
||||
ArrowRightDouble .addFile(":/ico/16x16/arrow-right-double.png");
|
||||
ArrowRightDouble .addFile(":/ico/22x22/arrow-right-double.png");
|
||||
Autoconnect .addFile(":/ico/22x22/autoconnect.png");
|
||||
BringForward .addFile(":/ico/22x22/bring_forward.png");
|
||||
Cancel .addFile(":/ico/16x16/item_cancel.png");
|
||||
Conductor .addFile(":/ico/22x22/conductor.png");
|
||||
|
@ -35,6 +35,7 @@ namespace QET {
|
||||
extern QIcon ArrowLeftDouble;
|
||||
extern QIcon ArrowRight;
|
||||
extern QIcon ArrowRightDouble;
|
||||
extern QIcon Autoconnect;
|
||||
extern QIcon BringForward;
|
||||
extern QIcon Cancel;
|
||||
extern QIcon Conductor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user