diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-27 18:47:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-27 18:47:51 +0000 |
| commit | 18033cfd3cb4f33490d7f59b7b24ae3ceb184a0b (patch) | |
| tree | a2cc53f7c7a0fef8e64e69e24c632aab9f5d4c1f /src/qmmpui/playlistheadermodel.h | |
| parent | 55753bcabe762990c3ce3e31199db4d8581c3e2b (diff) | |
| download | qmmp-18033cfd3cb4f33490d7f59b7b24ae3ceb184a0b.tar.gz qmmp-18033cfd3cb4f33490d7f59b7b24ae3ceb184a0b.tar.bz2 qmmp-18033cfd3cb4f33490d7f59b7b24ae3ceb184a0b.zip | |
fixed problem with column alignment
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5037 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistheadermodel.h')
| -rw-r--r-- | src/qmmpui/playlistheadermodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/playlistheadermodel.h b/src/qmmpui/playlistheadermodel.h index be84aafae..1cc4cf2eb 100644 --- a/src/qmmpui/playlistheadermodel.h +++ b/src/qmmpui/playlistheadermodel.h @@ -40,6 +40,7 @@ public: void remove(int index); void resize(int index, int size); void setAutoResize(int index); + void setMinimalSize(int index, int size); void move(int from, int to); void execEdit(int index, QWidget *parent = 0); void execInsert(int index, QWidget *parent = 0); @@ -66,6 +67,7 @@ private: QString name; QString pattern; int size; + int minSize; bool autoResize; MetaDataFormatter *titleFormatter; }; |
