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

« back to all changes in this revision

Viewing changes to addons/kate/pate/src/plugins/js_utils/js_utils.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>jsConfigWidget</class>
4
 
 <widget class="QWidget" name="jsConfigWidget">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>467</width>
10
 
    <height>391</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout">
14
 
   <item>
15
 
    <widget class="QGroupBox" name="jsonConfig">
16
 
     <property name="title">
17
 
      <string>JSON config</string>
18
 
     </property>
19
 
     <layout class="QHBoxLayout" name="horizontalLayout">
20
 
      <item>
21
 
       <widget class="QLabel" name="jsonIndentLabel">
22
 
        <property name="text">
23
 
         <string>JSON Indent</string>
24
 
        </property>
25
 
        <property name="buddy">
26
 
         <cstring>jsonIndent</cstring>
27
 
        </property>
28
 
       </widget>
29
 
      </item>
30
 
      <item>
31
 
       <widget class="KIntNumInput" name="jsonIndent">
32
 
        <property name="value">
33
 
         <number>4</number>
34
 
        </property>
35
 
       </widget>
36
 
      </item>
37
 
      <item>
38
 
       <widget class="QLabel" name="jsonEncodingLabel">
39
 
        <property name="text">
40
 
         <string>JSON encoding</string>
41
 
        </property>
42
 
        <property name="buddy">
43
 
         <cstring>jsonEncoding</cstring>
44
 
        </property>
45
 
       </widget>
46
 
      </item>
47
 
      <item>
48
 
       <widget class="QLineEdit" name="jsonEncoding">
49
 
        <property name="value" stdset="0">
50
 
         <string>utf-8</string>
51
 
        </property>
52
 
       </widget>
53
 
      </item>
54
 
     </layout>
55
 
    </widget>
56
 
   </item>
57
 
   <item>
58
 
    <widget class="QGroupBox" name="menuConfig">
59
 
     <property name="title">
60
 
      <string>Menu config</string>
61
 
     </property>
62
 
     <layout class="QFormLayout" name="formLayout_2">
63
 
      <item row="1" column="0">
64
 
       <widget class="QLabel" name="lintOnSaveLabel">
65
 
        <property name="text">
66
 
         <string>Lint when saving</string>
67
 
        </property>
68
 
        <property name="buddy">
69
 
         <cstring>lintOnSave</cstring>
70
 
        </property>
71
 
       </widget>
72
 
      </item>
73
 
      <item row="1" column="1">
74
 
       <widget class="QCheckBox" name="lintOnSave"/>
75
 
      </item>
76
 
      <item row="2" column="0">
77
 
       <widget class="QLabel" name="jsAutocompletionLabel">
78
 
        <property name="text">
79
 
         <string>JavaScript autocompletion</string>
80
 
        </property>
81
 
        <property name="buddy">
82
 
         <cstring>jsAutocompletion</cstring>
83
 
        </property>
84
 
       </widget>
85
 
      </item>
86
 
      <item row="2" column="1">
87
 
       <widget class="QCheckBox" name="jsAutocompletion"/>
88
 
      </item>
89
 
      <item row="3" column="0">
90
 
       <widget class="QLabel" name="jQueryAutocompletionLabel">
91
 
        <property name="text">
92
 
         <string>jQuery autocompletion</string>
93
 
        </property>
94
 
        <property name="buddy">
95
 
         <cstring>jQueryAutocompletion</cstring>
96
 
        </property>
97
 
       </widget>
98
 
      </item>
99
 
      <item row="3" column="1">
100
 
       <widget class="QCheckBox" name="jQueryAutocompletion"/>
101
 
      </item>
102
 
      <item row="0" column="0">
103
 
       <widget class="QLabel" name="linterLabel">
104
 
        <property name="text">
105
 
         <string>Linter</string>
106
 
        </property>
107
 
        <property name="buddy">
108
 
         <cstring>linter</cstring>
109
 
        </property>
110
 
       </widget>
111
 
      </item>
112
 
      <item row="0" column="1">
113
 
       <widget class="QComboBox" name="linter"/>
114
 
      </item>
115
 
     </layout>
116
 
    </widget>
117
 
   </item>
118
 
   <item>
119
 
    <widget class="QGroupBox" name="jQueryReadyConfig">
120
 
     <property name="title">
121
 
      <string>jQuery ready Snippet</string>
122
 
     </property>
123
 
     <layout class="QVBoxLayout" name="verticalLayout_3">
124
 
      <item>
125
 
       <widget class="QTextEdit" name="jQueryReady"/>
126
 
      </item>
127
 
     </layout>
128
 
    </widget>
129
 
   </item>
130
 
  </layout>
131
 
 </widget>
132
 
 <customwidgets>
133
 
  <customwidget>
134
 
   <class>KIntNumInput</class>
135
 
   <extends>QWidget</extends>
136
 
   <header>knuminput.h</header>
137
 
  </customwidget>
138
 
 </customwidgets>
139
 
 <resources/>
140
 
 <connections/>
141
 
</ui>