~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to examples/cmssigner/mainwin.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
         <number>6</number>
38
38
        </property>
39
39
        <item>
40
 
         <widget class="MyListView" name="lv_users" />
 
40
         <widget class="QListView" name="lv_users" />
41
41
        </item>
42
42
       </layout>
43
43
      </widget>
53
53
         <number>6</number>
54
54
        </property>
55
55
        <item>
56
 
         <widget class="MyListView" name="lv_authorities" />
 
56
         <widget class="QListView" name="lv_authorities" />
57
57
        </item>
58
58
       </layout>
59
59
      </widget>
210
210
   </property>
211
211
  </action>
212
212
 </widget>
213
 
 <customwidgets>
214
 
  <customwidget>
215
 
   <class>MyListView</class>
216
 
   <extends>QListView</extends>
217
 
   <header>mylistview.h</header>
218
 
  </customwidget>
219
 
 </customwidgets>
220
213
 <tabstops>
221
214
  <tabstop>tabWidget</tabstop>
222
215
  <tabstop>lv_users</tabstop>