mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Rapatriement dans la branche 0.3 des revisions 855 a 870.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@871 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -54,6 +54,10 @@ class ProjectView : public QWidget {
|
||||
void editCurrentDiagramProperties();
|
||||
void editDiagramProperties(DiagramView *);
|
||||
void editDiagramProperties(Diagram *);
|
||||
void moveDiagramUp(DiagramView *);
|
||||
void moveDiagramUp(Diagram *);
|
||||
void moveDiagramDown(DiagramView *);
|
||||
void moveDiagramDown(Diagram *);
|
||||
void printProject();
|
||||
void exportProject();
|
||||
bool save();
|
||||
@@ -89,6 +93,7 @@ class ProjectView : public QWidget {
|
||||
void firstTabInserted();
|
||||
void lastTabRemoved();
|
||||
void setDisplayFallbackWidget(bool);
|
||||
void adjustReadOnlyState();
|
||||
|
||||
// attributs
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user