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

« back to all changes in this revision

Viewing changes to uic/windowfiltersettings.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>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Only trigger in windows with title matching:</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="KLineEdit" name="triggerRegexLineEdit">
 
26
     <property name="toolTip">
 
27
      <string>Window title</string>
 
28
     </property>
 
29
     <property name="whatsThis">
 
30
      <string>Enter a regular expression that matches the title of windows in which you want this item to trigger.</string>
 
31
     </property>
 
32
     <property name="urlDropsEnabled">
 
33
      <bool>false</bool>
 
34
     </property>
 
35
     <property name="showClearButton" stdset="0">
 
36
      <bool>true</bool>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item>
 
41
    <widget class="KSeparator" name="kseparator"/>
 
42
   </item>
 
43
  </layout>
 
44
 </widget>
 
45
 <customwidgets>
 
46
  <customwidget>
 
47
   <class>KLineEdit</class>
 
48
   <extends>QLineEdit</extends>
 
49
   <header>klineedit.h</header>
 
50
  </customwidget>
 
51
  <customwidget>
 
52
   <class>KSeparator</class>
 
53
   <extends>QFrame</extends>
 
54
   <header>kseparator.h</header>
 
55
  </customwidget>
 
56
 </customwidgets>
 
57
 <resources/>
 
58
 <connections/>
 
59
</ui>