summaryrefslogtreecommitdiffstats
path: root/gui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialogs')
-rw-r--r--gui/dialogs/ScreenshotDialog.cpp2
-rw-r--r--gui/dialogs/ScreenshotDialog.ui21
2 files changed, 16 insertions, 7 deletions
diff --git a/gui/dialogs/ScreenshotDialog.cpp b/gui/dialogs/ScreenshotDialog.cpp
index 662c9e84..8900f15b 100644
--- a/gui/dialogs/ScreenshotDialog.cpp
+++ b/gui/dialogs/ScreenshotDialog.cpp
@@ -20,7 +20,7 @@ QList<ScreenShot*> ScreenshotDialog::selected()
{
QList<ScreenShot*> list;
QList<ScreenShot*> first = m_list->screenshots();
- for (QModelIndex index : ui->listView->selectionModel()->selectedIndexes())
+ for (QModelIndex index : ui->listView->selectionModel()->selectedRows())
{
list.append(first.at(index.row()));
}
diff --git a/gui/dialogs/ScreenshotDialog.ui b/gui/dialogs/ScreenshotDialog.ui
index c912dffe..af73e5ec 100644
--- a/gui/dialogs/ScreenshotDialog.ui
+++ b/gui/dialogs/ScreenshotDialog.ui
@@ -11,7 +11,11 @@
</rect>
</property>
<property name="windowTitle">
- <string>Dialog</string>
+ <string>Screenshots</string>
+ </property>
+ <property name="windowIcon">
+ <iconset resource="../../resources/multimc/multimc.qrc">
+ <normaloff>:/icons/multimc/scalable/apps/multimc.svg</normaloff>:/icons/multimc/scalable/apps/multimc.svg</iconset>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
@@ -36,12 +40,15 @@
</rect>
</property>
<property name="selectionMode">
- <enum>QAbstractItemView::MultiSelection</enum>
+ <enum>QAbstractItemView::ExtendedSelection</enum>
+ </property>
+ <property name="selectionBehavior">
+ <enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="iconSize">
<size>
- <width>480</width>
- <height>360</height>
+ <width>120</width>
+ <height>90</height>
</size>
</property>
<property name="flow">
@@ -51,11 +58,13 @@
<bool>true</bool>
</property>
<property name="viewMode">
- <enum>QListView::ListMode</enum>
+ <enum>QListView::IconMode</enum>
</property>
</widget>
</widget>
- <resources/>
+ <resources>
+ <include location="../../resources/multimc/multimc.qrc"/>
+ </resources>
<connections>
<connection>
<sender>buttonBox</sender>