* Instance group can be selected when creating and copying instances
* Original group is pre-selected when copying
* Last used group is pre-selected when creating new instances
This commit is contained in:
Petr Mrázek
2014-11-08 21:17:28 +01:00
parent 7d1dd2a32f
commit 992ba0c3f8
8 changed files with 120 additions and 14 deletions

View File

@ -39,6 +39,7 @@ public:
void loadVersionList();
QString instName() const;
QString instGroup() const;
QString iconKey() const;
BaseVersionPtr selectedVersion() const;