diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-24 09:08:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-24 09:08:46 +0000 |
| commit | db0fae158a55192c9be86b0de826160264049432 (patch) | |
| tree | d1b783a41d62fdad28ac2c5ccfe8c2ff413774cf /src/qmmpui/detailsdialog.cpp | |
| parent | 69f6cf4541d188f52e0357789c2c0f6795bc57cb (diff) | |
| download | qmmp-db0fae158a55192c9be86b0de826160264049432.tar.gz qmmp-db0fae158a55192c9be86b0de826160264049432.tar.bz2 qmmp-db0fae158a55192c9be86b0de826160264049432.zip | |
added copy/paste plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3278 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.cpp')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index 5be918ebe..3240d37c6 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -62,6 +62,11 @@ DetailsDialog::DetailsDialog(PlayListItem *item, QWidget *parent) } } printInfo(); + + QWidget *w = new QWidget(m_ui->textEdit); + w->resize(120,120); + w->setAutoFillBackground(true); + w->move(m_ui->textEdit->width() - 130, m_ui->textEdit->height() - 130); } DetailsDialog::~DetailsDialog() |
