summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-03-19 16:38:49 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-03-19 16:38:49 -0400
commit0e84d448080a0562781091869d555631228840c8 (patch)
treebe73b39223f853d98edbafeebd1d2cb014472067
parentAlso the execs. (diff)
downloadAuthor-0e84d448080a0562781091869d555631228840c8.tar.xz
Author-0e84d448080a0562781091869d555631228840c8.zip
Use oxygen icon.
-rw-r--r--Introduction.cpp2
-rw-r--r--res/renameremove.pngbin0 -> 802 bytes
-rw-r--r--res/resources.rc1
3 files changed, 2 insertions, 1 deletions
diff --git a/Introduction.cpp b/Introduction.cpp
index dfbe8b4..9d69d0f 100644
--- a/Introduction.cpp
+++ b/Introduction.cpp
@@ -88,7 +88,7 @@ Introduction::Introduction(QWidget *parent) :
scroller->viewport()->setAutoFillBackground(false);
scroller->setMinimumWidth(scroller->sizeHint().width() + scroller->verticalScrollBar()->sizeHint().width());
- m_edit = new QPushButton(style()->standardIcon(QStyle::SP_FileDialogDetailedView), tr("Rename or Remove"));
+ m_edit = new QPushButton(QIcon(QLatin1String(":/renameremove.png")), tr("Rename or Remove"));
connect(m_edit, SIGNAL(clicked()), this, SLOT(edit()));
m_editApply = new QDialogButtonBox(QDialogButtonBox::Apply | QDialogButtonBox::Discard);
m_editApply->setCenterButtons(true);
diff --git a/res/renameremove.png b/res/renameremove.png
new file mode 100644
index 0000000..19a1665
--- /dev/null
+++ b/res/renameremove.png
Binary files differ
diff --git a/res/resources.rc b/res/resources.rc
index b02f480..90be508 100644
--- a/res/resources.rc
+++ b/res/resources.rc
@@ -10,6 +10,7 @@
<file>typewriter.png</file>
<file>journal.png</file>
<file>next.png</file>
+<file>renameremove.png</file>
<file>licenses.txt</file>
</qresource>
</RCC>