~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to uic/scriptpage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-08-17 09:18:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090817091807-0g39xeau3xnotc73
Tags: 0.60.4-1
* New upstream version
* Bump standards version
* Update debian/watch file with new URL

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>ScriptPage</class>
 
4
 <widget class="QWidget" name="ScriptPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>587</width>
 
10
    <height>581</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <item>
 
18
    <widget class="QLabel" name="descriptionLabel">
 
19
     <property name="text">
 
20
      <string>Description</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="KLineEdit" name="descriptionLineEdit"/>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QsciScintilla" name="scriptCodeEditor">
 
29
     <property name="toolTip">
 
30
      <string/>
 
31
     </property>
 
32
     <property name="whatsThis">
 
33
      <string/>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="QGroupBox" name="settingsGroupbox">
 
39
     <property name="title">
 
40
      <string>Settings</string>
 
41
     </property>
 
42
     <layout class="QVBoxLayout" name="verticalLayout">
 
43
      <item>
 
44
       <widget class="QCheckBox" name="promptCheckbox">
 
45
        <property name="text">
 
46
         <string>Always prompt before running this script</string>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
 
50
      <item>
 
51
       <widget class="QCheckBox" name="showInTrayCheckbox">
 
52
        <property name="text">
 
53
         <string>Show in tray menu</string>
 
54
        </property>
 
55
       </widget>
 
56
      </item>
 
57
      <item>
 
58
       <widget class="KSeparator" name="kseparator"/>
 
59
      </item>
 
60
      <item>
 
61
       <widget class="SettingsWidget" name="settingsWidget" native="true"/>
 
62
      </item>
 
63
     </layout>
 
64
    </widget>
 
65
   </item>
 
66
  </layout>
 
67
 </widget>
 
68
 <customwidgets>
 
69
  <customwidget>
 
70
   <class>KLineEdit</class>
 
71
   <extends>QLineEdit</extends>
 
72
   <header>klineedit.h</header>
 
73
  </customwidget>
 
74
  <customwidget>
 
75
   <class>KSeparator</class>
 
76
   <extends>QFrame</extends>
 
77
   <header>kseparator.h</header>
 
78
  </customwidget>
 
79
  <customwidget>
 
80
   <class>QsciScintilla</class>
 
81
   <extends>QFrame</extends>
 
82
   <header>Qsci/qsciscintilla.h</header>
 
83
  </customwidget>
 
84
  <customwidget>
 
85
   <class>SettingsWidget</class>
 
86
   <extends>QWidget</extends>
 
87
   <header>configwindow.h</header>
 
88
   <container>1</container>
 
89
  </customwidget>
 
90
 </customwidgets>
 
91
 <resources/>
 
92
 <connections/>
 
93
</ui>