Ajout d'une icone pour le binaire Windows
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@133 bfdf4180-ca20-0410-9c96-a3a8aa849046
@@ -86,7 +86,7 @@ void Diagram::keyPressEvent(QKeyEvent *e) {
|
|||||||
if (!movement.isNull()) {
|
if (!movement.isNull()) {
|
||||||
QSet<Element *> moved_elements = elementsToMove();
|
QSet<Element *> moved_elements = elementsToMove();
|
||||||
if (!moved_elements.isEmpty()) {
|
if (!moved_elements.isEmpty()) {
|
||||||
Element *first_elmt;
|
Element *first_elmt = NULL;
|
||||||
foreach(Element *elmt, moved_elements) {
|
foreach(Element *elmt, moved_elements) {
|
||||||
first_elmt = elmt;
|
first_elmt = elmt;
|
||||||
break;
|
break;
|
||||||
|
|||||||
1
ico/windows_icon/application_icon/qelectrotech.rc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "ico/windows_icon/application_icon/qet.ico"
|
||||||
BIN
ico/windows_icon/application_icon/qet-16.png
Normal file
|
After Width: | Height: | Size: 747 B |
BIN
ico/windows_icon/application_icon/qet-248.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
ico/windows_icon/application_icon/qet-32.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
ico/windows_icon/application_icon/qet-48.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
ico/windows_icon/application_icon/qet.ico
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
ico/windows_icon/diagram_icon/qet-16.png
Normal file
|
After Width: | Height: | Size: 255 B |
BIN
ico/windows_icon/diagram_icon/qet-32.png
Normal file
|
After Width: | Height: | Size: 424 B |
BIN
ico/windows_icon/diagram_icon/qet-48.png
Normal file
|
After Width: | Height: | Size: 491 B |
BIN
ico/windows_icon/diagram_icon/qet-diagram.ico
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
ico/windows_icon/element_icon/qet-16.png
Normal file
|
After Width: | Height: | Size: 239 B |
BIN
ico/windows_icon/element_icon/qet-32.png
Normal file
|
After Width: | Height: | Size: 373 B |
BIN
ico/windows_icon/element_icon/qet-48.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
ico/windows_icon/element_icon/qet-element.ico
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
@@ -122,5 +122,6 @@ SOURCES += aboutqet.cpp \
|
|||||||
editor/textfieldeditor.cpp
|
editor/textfieldeditor.cpp
|
||||||
RESOURCES += qelectrotech.qrc
|
RESOURCES += qelectrotech.qrc
|
||||||
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
TRANSLATIONS += lang/qet_en.ts lang/qt_fr.ts
|
||||||
|
RC_FILE = ico/windows_icon/application_icon/qelectrotech.rc
|
||||||
QT += xml
|
QT += xml
|
||||||
CONFIG += debug_and_release
|
CONFIG += debug_and_release
|
||||||
|
|||||||