mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Restore commit 4476
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4478 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
#ifndef PROJECTPROPERTIESDIALOG_H
|
||||
#define PROJECTPROPERTIESDIALOG_H
|
||||
#include <QtCore>
|
||||
|
||||
class QETProject;
|
||||
class QWidget;
|
||||
@@ -26,8 +27,7 @@ class ConfigDialog;
|
||||
* @brief The ProjectPropertiesDialog class
|
||||
* this class builds a dialog to edit whole properties of a project
|
||||
*/
|
||||
class ProjectPropertiesDialog
|
||||
{
|
||||
class ProjectPropertiesDialog : public QObject {
|
||||
public:
|
||||
enum Page {
|
||||
Main = 0,
|
||||
@@ -39,6 +39,7 @@ class ProjectPropertiesDialog
|
||||
~ProjectPropertiesDialog();
|
||||
void exec();
|
||||
void setCurrentPage(ProjectPropertiesDialog::Page);
|
||||
void changeToFolio();
|
||||
|
||||
private:
|
||||
ConfigDialog *m_properties_dialog;
|
||||
|
||||
Reference in New Issue
Block a user