aboutsummaryrefslogtreecommitdiff
path: root/lumina-screenshot/MainUI.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-03 16:31:45 -0400
committerKen Moore <moorekou@gmail.com>2015-08-03 16:31:45 -0400
commitbabfb3348d39d55c5ede4f25edee31082c849fb6 (patch)
tree6e482f0ba60e9ef77bb37f56894aa612ec1f7616 /lumina-screenshot/MainUI.ui
parentNow tag version 0.8.7-devel on the master branch (diff)
downloadlumina-babfb3348d39d55c5ede4f25edee31082c849fb6.tar.gz
lumina-babfb3348d39d55c5ede4f25edee31082c849fb6.tar.bz2
lumina-babfb3348d39d55c5ede4f25edee31082c849fb6.zip
Add support to lumina-screenshot for taking a snap of a single screen (if a multi-screen arrangement)
Diffstat (limited to 'lumina-screenshot/MainUI.ui')
-rw-r--r--lumina-screenshot/MainUI.ui36
1 files changed, 30 insertions, 6 deletions
diff --git a/lumina-screenshot/MainUI.ui b/lumina-screenshot/MainUI.ui
index 7edf1a44..a4fe849c 100644
--- a/lumina-screenshot/MainUI.ui
+++ b/lumina-screenshot/MainUI.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>333</width>
- <height>277</height>
+ <width>349</width>
+ <height>283</height>
</rect>
</property>
<property name="windowTitle">
@@ -49,7 +49,7 @@
<property name="bottomMargin">
<number>1</number>
</property>
- <item row="0" column="2">
+ <item row="0" column="3">
<widget class="QSpinBox" name="spin_delay">
<property name="suffix">
<string> Seconds</string>
@@ -62,17 +62,27 @@
</property>
</widget>
</item>
+ <item row="1" column="1">
+ <widget class="QSpinBox" name="spin_monitor">
+ <property name="prefix">
+ <string notr="true"># </string>
+ </property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
+ </widget>
+ </item>
<item row="0" column="0">
<widget class="QRadioButton" name="radio_all">
<property name="text">
- <string>Entire Screen</string>
+ <string>Entire Session</string>
</property>
</widget>
</item>
- <item row="1" column="0">
+ <item row="2" column="0">
<widget class="QRadioButton" name="radio_window">
<property name="text">
- <string>Select Window</string>
+ <string>Single Window</string>
</property>
</widget>
</item>
@@ -89,6 +99,20 @@
</property>
</spacer>
</item>
+ <item row="1" column="0">
+ <widget class="QRadioButton" name="radio_monitor">
+ <property name="text">
+ <string>Single Screen</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" rowspan="3">
+ <widget class="Line" name="line">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
bgstack15