~ubuntu-branches/ubuntu/vivid/kate/vivid-proposed

« back to all changes in this revision

Viewing changes to addons/kate/pate/src/plugins/cmake_utils/toolview_settings_page.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>cfgPage</class>
4
 
 <widget class="QWidget" name="cfgPage">
5
 
  <property name="windowTitle">
6
 
   <string>Tool View Settings</string>
7
 
  </property>
8
 
  <layout class="QVBoxLayout" name="verticalLayout">
9
 
   <item>
10
 
    <widget class="QCheckBox" name="mode">
11
 
     <property name="toolTip">
12
 
      <string>&lt;p&gt;Same as &lt;i&gt;advanced mode&lt;/i&gt; in &lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt;ccmake&lt;/span&gt;&lt;/p&gt;</string>
13
 
     </property>
14
 
     <property name="text">
15
 
      <string>Show cache items marked as advanced</string>
16
 
     </property>
17
 
    </widget>
18
 
   </item>
19
 
   <item>
20
 
    <widget class="QCheckBox" name="htmlize">
21
 
     <property name="toolTip">
22
 
      <string>Try to turn plain ASCII text into HTML using simple structured text rules.
23
 
It works quite well for builtins, but sometimes may distort results for others (custom modules).</string>
24
 
     </property>
25
 
     <property name="text">
26
 
      <string>Try to beautify the help output</string>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item>
31
 
    <spacer name="verticalSpacer">
32
 
     <property name="orientation">
33
 
      <enum>Qt::Vertical</enum>
34
 
     </property>
35
 
     <property name="sizeHint" stdset="0">
36
 
      <size>
37
 
       <width>20</width>
38
 
       <height>40</height>
39
 
      </size>
40
 
     </property>
41
 
    </spacer>
42
 
   </item>
43
 
  </layout>
44
 
 </widget>
45
 
 <resources/>
46
 
 <connections/>
47
 
</ui>