Fix deletionconfirmationdlg position

Fix autoexpandabledialog position
Fix previewselect position
This commit is contained in:
Chocobo1
2015-10-26 16:43:41 +08:00
parent a902eb6b2b
commit 46abe42a54
7 changed files with 20 additions and 112 deletions

View File

@@ -41,9 +41,9 @@ class AutoExpandableDialog;
class AutoExpandableDialog : public QDialog {
Q_OBJECT
public:
explicit AutoExpandableDialog(QWidget *parent = 0);
explicit AutoExpandableDialog(QWidget *parent);
~AutoExpandableDialog();
static QString getText(QWidget *parent, const QString& title, const QString& label,
@@ -52,7 +52,7 @@ public:
protected:
void showEvent(QShowEvent *e);
private:
Ui::AutoExpandableDialog *ui;
};