~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to NameFinder/namefinderwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>NameFinderWidgetUi</class>
3
 
 <widget class="QWidget" name="NameFinderWidgetUi" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>400</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
16
 
   <item>
17
 
    <widget class="QTableView" name="tableView" >
18
 
     <property name="contextMenuPolicy" >
19
 
      <enum>Qt::NoContextMenu</enum>
20
 
     </property>
21
 
     <property name="editTriggers" >
22
 
      <set>QAbstractItemView::NoEditTriggers</set>
23
 
     </property>
24
 
     <property name="alternatingRowColors" >
25
 
      <bool>true</bool>
26
 
     </property>
27
 
     <property name="selectionMode" >
28
 
      <enum>QAbstractItemView::SingleSelection</enum>
29
 
     </property>
30
 
     <property name="selectionBehavior" >
31
 
      <enum>QAbstractItemView::SelectRows</enum>
32
 
     </property>
33
 
    </widget>
34
 
   </item>
35
 
  </layout>
36
 
 </widget>
37
 
 <resources/>
38
 
 <connections/>
39
 
</ui>