diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-06 19:05:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-06 19:05:40 +0000 |
| commit | 87ddc7354f4c9f50e2363f9620360479165373b1 (patch) | |
| tree | bfe2e5450f5ce3f4b85ee6c6af4fd34ac1754d96 /src/qmmpui/columneditor_p.h | |
| parent | b4f09093f3557f4cea6acb73bddc3e2962b5045a (diff) | |
| download | qmmp-87ddc7354f4c9f50e2363f9620360479165373b1.tar.gz qmmp-87ddc7354f4c9f50e2363f9620360479165373b1.tar.bz2 qmmp-87ddc7354f4c9f50e2363f9620360479165373b1.zip | |
added auto resize feature
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4819 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/columneditor_p.h')
| -rw-r--r-- | src/qmmpui/columneditor_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/columneditor_p.h b/src/qmmpui/columneditor_p.h index dc6a2815c..48e39158e 100644 --- a/src/qmmpui/columneditor_p.h +++ b/src/qmmpui/columneditor_p.h @@ -34,11 +34,12 @@ class ColumnEditor : public QDialog { Q_OBJECT public: - explicit ColumnEditor(const QString &name, const QString &patt, QWidget *parent = 0); + explicit ColumnEditor(const QString &name, const QString &patt, bool autoResize, QWidget *parent = 0); ~ColumnEditor(); QString name() const; QString pattern() const; + bool autoResize() const; private slots: void insertExpression(QAction *a); |
