version 2.0.0_alpha
Important! All QtWraps macros renamed! Qt 6 support Graphic export feature qad_types cross-Qt small changes
This commit is contained in:
@@ -117,8 +117,10 @@ private:
|
||||
|
||||
public slots:
|
||||
void save();
|
||||
void load(bool onlyMainwindow = false);
|
||||
void clear(bool with_filename = true);
|
||||
void load(bool onlyMainwindow);
|
||||
void load() {load(false);}
|
||||
void clear(bool with_filename);
|
||||
void clear() {clear(true);}
|
||||
|
||||
signals:
|
||||
void loading(QPIConfig & );
|
||||
|
||||
Reference in New Issue
Block a user