about summary refs log tree commit diff
path: root/KCC.ui
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-06-10 20:11:44 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-06-10 20:11:44 +0200
commit109da1056eede39f97b7234afdaf970960f01c8c (patch)
treea7d63e5bc27fcd77a47bac8bb246080189f2a110 /KCC.ui
parent"Fixed" UTF-8 problems (diff)
downloadkcc-109da1056eede39f97b7234afdaf970960f01c8c.tar.gz
kcc-109da1056eede39f97b7234afdaf970960f01c8c.tar.bz2
kcc-109da1056eede39f97b7234afdaf970960f01c8c.zip
Expert mode GUI
Diffstat (limited to 'KCC.ui')
-rw-r--r--KCC.ui91
1 files changed, 84 insertions, 7 deletions
diff --git a/KCC.ui b/KCC.ui
index dc97e1a..6a27a95 100644
--- a/KCC.ui
+++ b/KCC.ui
@@ -7,19 +7,19 @@
     <x>0</x>
     <y>0</y>
     <width>420</width>
-    <height>345</height>
+    <height>380</height>
    </rect>
   </property>
   <property name="minimumSize">
    <size>
     <width>420</width>
-    <height>345</height>
+    <height>380</height>
    </size>
   </property>
   <property name="maximumSize">
    <size>
     <width>420</width>
-    <height>345</height>
+    <height>380</height>
    </size>
   </property>
   <property name="font">
@@ -426,9 +426,6 @@
     </property>
    </widget>
    <widget class="QPushButton" name="ExpertModeButton">
-    <property name="enabled">
-     <bool>false</bool>
-    </property>
     <property name="geometry">
      <rect>
       <x>260</x>
@@ -492,7 +489,7 @@
       </rect>
      </property>
      <property name="focusPolicy">
-      <enum>Qt::NoFocus</enum>
+      <enum>Qt::ClickFocus</enum>
      </property>
      <property name="toolTip">
       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When converting color images setting this option to 1.0 &lt;span style=&quot; font-weight:600;&quot;&gt;might&lt;/span&gt; improve readability.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -507,6 +504,86 @@
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
+    <zorder>GammaLabel</zorder>
+    <zorder>GammaSlider</zorder>
+    <zorder>OptionsExpert</zorder>
+    <zorder>OptionsExpert</zorder>
+   </widget>
+   <widget class="QFrame" name="OptionsExpert">
+    <property name="geometry">
+     <rect>
+      <x>20</x>
+      <y>340</y>
+      <width>381</width>
+      <height>40</height>
+     </rect>
+    </property>
+    <property name="frameShape">
+     <enum>QFrame::StyledPanel</enum>
+    </property>
+    <property name="frameShadow">
+     <enum>QFrame::Raised</enum>
+    </property>
+    <layout class="QGridLayout" name="gridLayout_2">
+     <item row="0" column="0">
+      <widget class="QLabel" name="wLabel">
+       <property name="toolTip">
+        <string>Device profile width will be overwritten by this value.</string>
+       </property>
+       <property name="text">
+        <string>Custom width: </string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="1">
+      <widget class="QLineEdit" name="customWidth">
+       <property name="focusPolicy">
+        <enum>Qt::ClickFocus</enum>
+       </property>
+       <property name="acceptDrops">
+        <bool>false</bool>
+       </property>
+       <property name="toolTip">
+        <string>Device profile width will be overwritten by this value.</string>
+       </property>
+       <property name="inputMask">
+        <string>0000; </string>
+       </property>
+       <property name="maxLength">
+        <number>4</number>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="2">
+      <widget class="QLabel" name="hLabel">
+       <property name="toolTip">
+        <string>Device profile height will be overwritten by this value.</string>
+       </property>
+       <property name="text">
+        <string>Custom height: </string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="3">
+      <widget class="QLineEdit" name="customHeight">
+       <property name="focusPolicy">
+        <enum>Qt::ClickFocus</enum>
+       </property>
+       <property name="acceptDrops">
+        <bool>false</bool>
+       </property>
+       <property name="toolTip">
+        <string>Device profile height will be overwritten by this value.</string>
+       </property>
+       <property name="inputMask">
+        <string>0000; </string>
+       </property>
+       <property name="maxLength">
+        <number>4</number>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </widget>
   </widget>
   <action name="ActionBasic">