~keith-penguin/kdegames/trunk

« back to all changes in this revision

Viewing changes to ksudoku/src/gui/configgame.ui

  • Committer: Keith Worrell
  • Date: 2009-03-18 05:35:28 UTC
  • Revision ID: keith.worrell@gmail.com-20090318053528-mx6x9c0ngmg0kg6p
imported project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ConfigGame</class>
 
3
 <widget class="QWidget" name="ConfigGame" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>300</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <item>
 
14
    <widget class="QCheckBox" name="kcfg_ShowHighlights" >
 
15
     <property name="whatsThis" >
 
16
      <string>Highlight the current row, column and box in different colors</string>
 
17
     </property>
 
18
     <property name="text" >
 
19
      <string>Show highlights</string>
 
20
     </property>
 
21
    </widget>
 
22
   </item>
 
23
   <item>
 
24
    <widget class="QCheckBox" name="kcfg_ShowErrors" >
 
25
     <property name="whatsThis" >
 
26
      <string>Highlight cells which values are against the rules in red</string>
 
27
     </property>
 
28
     <property name="text" >
 
29
      <string>Show errors</string>
 
30
     </property>
 
31
    </widget>
 
32
   </item>
 
33
   <item>
 
34
    <spacer>
 
35
     <property name="orientation" >
 
36
      <enum>Qt::Vertical</enum>
 
37
     </property>
 
38
     <property name="sizeHint" >
 
39
      <size>
 
40
       <width>20</width>
 
41
       <height>40</height>
 
42
      </size>
 
43
     </property>
 
44
    </spacer>
 
45
   </item>
 
46
  </layout>
 
47
 </widget>
 
48
 <resources/>
 
49
 <connections/>
 
50
</ui>