Uniformisation des menus entre l'editeur de schemas et l'editeur d'element.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@703 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-06-19 19:31:48 +00:00
parent 1897ecfce7
commit a8295b71be
7 changed files with 160 additions and 43 deletions

View File

@@ -22,6 +22,7 @@
#include <QtGui>
#include "elementslocation.h"
#include "qetarguments.h"
class AboutQET;
class QETDiagramEditor;
class QETElementEditor;
class ElementsCollection;
@@ -136,6 +137,7 @@ class QETApp : public QETSingleApplication {
static uint next_project_id;
static RecentFiles *projects_recent_files_;
static RecentFiles *elements_recent_files_;
static AboutQET *about_dialog_;
public slots:
void systray(QSystemTrayIcon::ActivationReason);
@@ -157,6 +159,8 @@ class QETApp : public QETSingleApplication {
void openFiles(const QETArguments &);
void openProjectFiles(const QStringList &);
void openElementFiles(const QStringList &);
void configureQET();
void aboutQET();
// methodes privees
private slots: