~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to ktexteditor/editorchooser_ui.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
 
<ui version="4.0" >
2
 
 <class>EditorChooser</class>
3
 
 <widget class="QWidget" name="EditorChooser" >
4
 
  <property name="windowTitle" >
5
 
   <string>Editor Chooser</string>
6
 
  </property>
7
 
  <layout class="QVBoxLayout" >
8
 
   <item>
9
 
    <layout class="QVBoxLayout" >
10
 
     <item>
11
 
      <widget class="QLabel" name="TextLabel1" >
12
 
       <property name="minimumSize" >
13
 
        <size>
14
 
         <width>460</width>
15
 
         <height>0</height>
16
 
        </size>
17
 
       </property>
18
 
       <property name="text" >
19
 
        <string>Please choose the default text editing component that you wish to use in this application. If you choose &lt;B>System Default&lt;/B>, the application will honor your changes in the System Settings. All other choices will override that setting.</string>
20
 
       </property>
21
 
       <property name="textFormat" >
22
 
        <enum>Qt::AutoText</enum>
23
 
       </property>
24
 
       <property name="wordWrap" >
25
 
        <bool>true</bool>
26
 
       </property>
27
 
      </widget>
28
 
     </item>
29
 
     <item>
30
 
      <widget class="KComboBox" name="editorCombo" />
31
 
     </item>
32
 
    </layout>
33
 
   </item>
34
 
  </layout>
35
 
 </widget>
36
 
 <customwidgets>
37
 
  <customwidget>
38
 
    <class>KComboBox</class>
39
 
    <extends>QComboBox</extends>
40
 
    <header>kcombobox.h</header>
41
 
  </customwidget>
42
 
 </customwidgets>
43
 
 <tabstops>
44
 
  <tabstop>editorCombo</tabstop>
45
 
 </tabstops>
46
 
 <resources/>
47
 
 <connections/>
48
 
</ui>