mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-21 04:29:58 +02:00
Fichier > exporter exporte desormais le contenu du cadre
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@49 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
45
qetapp.h
45
qetapp.h
@@ -22,6 +22,7 @@
|
||||
static QString languagesPath();
|
||||
static QString realPath(QString &);
|
||||
static QString symbolicPath(QString &);
|
||||
|
||||
public slots:
|
||||
void systray(QSystemTrayIcon::ActivationReason);
|
||||
void systrayReduce();
|
||||
@@ -30,14 +31,32 @@
|
||||
void toggleFullScreen();
|
||||
void toggleAntialiasing();
|
||||
void aPropos();
|
||||
void editInfos();
|
||||
void dialogue_imprimer();
|
||||
void dialogue_exporter();
|
||||
void dialog_print();
|
||||
void dialog_export();
|
||||
bool dialogue_enregistrer_sous();
|
||||
bool enregistrer();
|
||||
bool nouveau();
|
||||
bool ouvrir();
|
||||
bool fermer();
|
||||
void slot_editInfos();
|
||||
void slot_couper();
|
||||
void slot_copier();
|
||||
void slot_coller();
|
||||
void slot_zoomPlus();
|
||||
void slot_zoomMoins();
|
||||
void slot_zoomFit();
|
||||
void slot_zoomReset();
|
||||
void slot_selectAll();
|
||||
void slot_selectNothing();
|
||||
void slot_selectInvert();
|
||||
void slot_supprimer();
|
||||
void slot_pivoter();
|
||||
void slot_setSelectionMode();
|
||||
void slot_setVisualisationMode();
|
||||
void slot_updateActions();
|
||||
void slot_updateMenuFenetres();
|
||||
void slot_addColumn();
|
||||
void slot_removeColumn();
|
||||
|
||||
protected:
|
||||
// Actions faisables au travers de menus dans l'application QElectroTech
|
||||
@@ -109,25 +128,5 @@
|
||||
void menus();
|
||||
void toolbar();
|
||||
QToolBar *barre_outils;
|
||||
|
||||
private slots:
|
||||
void slot_couper();
|
||||
void slot_copier();
|
||||
void slot_coller();
|
||||
void slot_zoomPlus();
|
||||
void slot_zoomMoins();
|
||||
void slot_zoomFit();
|
||||
void slot_zoomReset();
|
||||
void slot_selectAll();
|
||||
void slot_selectNothing();
|
||||
void slot_selectInvert();
|
||||
void slot_supprimer();
|
||||
void slot_pivoter();
|
||||
void slot_setSelectionMode();
|
||||
void slot_setVisualisationMode();
|
||||
void slot_updateActions();
|
||||
void slot_updateMenuFenetres();
|
||||
void slot_addColumn();
|
||||
void slot_removeColumn();
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user