~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kioslave/svn/svnhelper/subversionlog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>Subversion_Log</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>Subversion_Log</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>511</width>
12
 
            <height>282</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Subversion Log</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QTextBrowser">
26
 
            <property name="name">
27
 
                <cstring>text</cstring>
28
 
            </property>
29
 
            <property name="textFormat">
30
 
                <enum>PlainText</enum>
31
 
            </property>
32
 
            <property name="wordWrap">
33
 
                <enum>NoWrap</enum>
34
 
            </property>
35
 
            <property name="autoFormatting">
36
 
                <set>AutoAll</set>
37
 
            </property>
38
 
        </widget>
39
 
        <widget class="QLayoutWidget">
40
 
            <property name="name">
41
 
                <cstring>Layout1</cstring>
42
 
            </property>
43
 
            <hbox>
44
 
                <property name="name">
45
 
                    <cstring>unnamed</cstring>
46
 
                </property>
47
 
                <property name="margin">
48
 
                    <number>0</number>
49
 
                </property>
50
 
                <property name="spacing">
51
 
                    <number>6</number>
52
 
                </property>
53
 
                <spacer>
54
 
                    <property name="name">
55
 
                        <cstring>Horizontal Spacing2</cstring>
56
 
                    </property>
57
 
                    <property name="orientation">
58
 
                        <enum>Horizontal</enum>
59
 
                    </property>
60
 
                    <property name="sizeType">
61
 
                        <enum>Expanding</enum>
62
 
                    </property>
63
 
                    <property name="sizeHint">
64
 
                        <size>
65
 
                            <width>20</width>
66
 
                            <height>20</height>
67
 
                        </size>
68
 
                    </property>
69
 
                </spacer>
70
 
                <widget class="QPushButton">
71
 
                    <property name="name">
72
 
                        <cstring>buttonOk</cstring>
73
 
                    </property>
74
 
                    <property name="text">
75
 
                        <string>&amp;OK</string>
76
 
                    </property>
77
 
                    <property name="accel">
78
 
                        <string></string>
79
 
                    </property>
80
 
                    <property name="autoDefault">
81
 
                        <bool>true</bool>
82
 
                    </property>
83
 
                    <property name="default">
84
 
                        <bool>true</bool>
85
 
                    </property>
86
 
                </widget>
87
 
            </hbox>
88
 
        </widget>
89
 
    </vbox>
90
 
</widget>
91
 
<connections>
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>Subversion_Log</class>
 
6
  <widget class="QDialog" name="Subversion_Log" >
 
7
    <property name="geometry" >
 
8
      <rect>
 
9
        <x>0</x>
 
10
        <y>0</y>
 
11
        <width>511</width>
 
12
        <height>282</height>
 
13
      </rect>
 
14
    </property>
 
15
    <property name="windowTitle" >
 
16
      <string>Subversion Log</string>
 
17
    </property>
 
18
    <property name="sizeGripEnabled" >
 
19
      <bool>true</bool>
 
20
    </property>
 
21
    <layout class="QVBoxLayout" >
 
22
      <item>
 
23
        <widget class="QTextBrowser" name="text" >
 
24
          <property name="textFormat" >
 
25
            <enum>Qt::PlainText</enum>
 
26
          </property>
 
27
          <property name="wordWrapMode" >
 
28
            <enum>QTextOption::NoWrap</enum>
 
29
          </property>
 
30
        </widget>
 
31
      </item>
 
32
      <item>
 
33
        <layout class="QHBoxLayout" >
 
34
          <property name="margin" >
 
35
            <number>0</number>
 
36
          </property>
 
37
          <property name="spacing" >
 
38
            <number>6</number>
 
39
          </property>
 
40
          <item>
 
41
            <spacer name="Horizontal Spacing2" >
 
42
              <property name="sizeHint" >
 
43
                <size>
 
44
                  <width>20</width>
 
45
                  <height>20</height>
 
46
                </size>
 
47
              </property>
 
48
              <property name="sizeType" >
 
49
                <enum>Expanding</enum>
 
50
              </property>
 
51
              <property name="orientation" >
 
52
                <enum>Horizontal</enum>
 
53
              </property>
 
54
            </spacer>
 
55
          </item>
 
56
          <item>
 
57
            <widget class="QPushButton" name="buttonOk" >
 
58
              <property name="text" >
 
59
                <string>&amp;OK</string>
 
60
              </property>
 
61
              <property name="shortcut" >
 
62
                <string/>
 
63
              </property>
 
64
              <property name="autoDefault" >
 
65
                <bool>true</bool>
 
66
              </property>
 
67
              <property name="default" >
 
68
                <bool>true</bool>
 
69
              </property>
 
70
            </widget>
 
71
          </item>
 
72
        </layout>
 
73
      </item>
 
74
    </layout>
 
75
  </widget>
 
76
  <layoutdefault spacing="6" margin="11" />
 
77
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
78
  <connections>
92
79
    <connection>
93
 
        <sender>buttonOk</sender>
94
 
        <signal>clicked()</signal>
95
 
        <receiver>Subversion_Log</receiver>
96
 
        <slot>accept()</slot>
 
80
      <sender>buttonOk</sender>
 
81
      <signal>clicked()</signal>
 
82
      <receiver>Subversion_Log</receiver>
 
83
      <slot>accept()</slot>
97
84
    </connection>
98
 
</connections>
99
 
<layoutdefaults spacing="6" margin="11"/>
100
 
</UI>
 
85
  </connections>
 
86
</ui>