mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Started working on fallback icons for Windows
This commit is contained in:
parent
7c1f00884d
commit
76653cb2d5
2 changed files with 8 additions and 1 deletions
|
@ -89,7 +89,7 @@ DataFilesPage::DataFilesPage(QWidget *parent) : QWidget(parent)
|
|||
mCopyProfileButton->setIcon(QIcon::fromTheme("edit-copy"));
|
||||
|
||||
mDeleteProfileButton = new QPushButton(this);
|
||||
mDeleteProfileButton->setIcon(QIcon::fromTheme("document-close"));
|
||||
mDeleteProfileButton->setIcon(QIcon::fromTheme("edit-delete"));
|
||||
mDeleteProfileButton->setShortcut(QKeySequence(tr("Delete")));
|
||||
|
||||
QHBoxLayout *bottomLayout = new QHBoxLayout();
|
||||
|
|
|
@ -7,4 +7,11 @@
|
|||
<file alias="openmw-header.png">resources/images/openmw-header.png</file>
|
||||
<file alias="playpage-background.png">resources/images/playpage-background.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/icons">
|
||||
|
||||
<file alias="48x48/video-display.png">resources/icons/video-display.png</file>
|
||||
<file alias="16x16/document-new.png">resources/icons/document-new.png</file>
|
||||
<file alias="16x16/edit-copy.png">resources/icons/edit-copy.png</file>
|
||||
<file alias="16x16/edit-delete.png">resources/icons/edit-delete.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue