resize works

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@2 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2012-05-23 16:00:35 +00:00
parent 9f851d6156
commit 934bbbd0c8
21 changed files with 1858 additions and 619 deletions

View File

@ -47,6 +47,13 @@ private:
*/
void Enable(bool enable);
private slots:
/** Set settings according to selection
* @param index index of selection
*/
void setSettings(int index);
};