2 <class>CollectionInternalsPage</class>
3 <widget class="QWidget" name="CollectionInternalsPage" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
14 <widget class="QLabel" name="label_7" >
15 <property name="styleSheet" >
16 <string>font-weight:600;
17 color:#ff0000;</string>
19 <property name="text" >
20 <string>Do not even think about changing anything in here!</string>
25 <widget class="QGroupBox" name="groupBox" >
26 <property name="title" >
27 <string>Identification</string>
29 <layout class="QGridLayout" >
30 <item row="0" column="0" >
31 <widget class="QLabel" name="label" >
32 <property name="text" >
33 <string>Identifier:</string>
37 <item row="0" column="1" >
38 <widget class="QLabel" name="idLabel" >
39 <property name="text" >
44 <item row="1" column="0" >
45 <widget class="QLabel" name="label_2" >
46 <property name="text" >
47 <string>Remote identifier:</string>
49 <property name="buddy" >
50 <cstring>ridEdit</cstring>
54 <item row="1" column="1" >
55 <widget class="KLineEdit" name="ridEdit" />
57 <item row="2" column="0" >
58 <widget class="QLabel" name="label_3" >
59 <property name="text" >
60 <string>Owner:</string>
64 <item row="2" column="1" >
65 <widget class="QLabel" name="resourceLabel" >
66 <property name="text" >
75 <widget class="KEditListBox" name="contentTypes" >
76 <property name="title" >
77 <string>Content Types</string>
79 <property name="buttons" >
80 <set>KEditListBox::Add|KEditListBox::Remove</set>
86 <property name="orientation" >
87 <enum>Qt::Vertical</enum>
89 <property name="sizeHint" >
101 <class>KEditListBox</class>
102 <extends>QGroupBox</extends>
103 <header>keditlistbox.h</header>
106 <class>KLineEdit</class>
107 <extends>QLineEdit</extends>
108 <header>klineedit.h</header>