diff -r 000000000000 -r de9c2efb9d02 Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,105 @@ +<ui version="4.0" > + <class>SvnPropListDialog</class> + <widget class="QWidget" name="SvnPropListDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>826</width> + <height>569</height> + </rect> + </property> + <property name="windowTitle" > + <string>Subversion List Properties</string> + </property> + <property name="whatsThis" > + <string><b>Subversion List Prperties</b> +<p>This dialog shows the properties of the selected file or project.</p></string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2" > + <item> + <widget class="QTreeWidget" name="propsList" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > + <horstretch>0</horstretch> + <verstretch>3</verstretch> + </sizepolicy> + </property> + <property name="whatsThis" > + <string><b>Properties List</b> +<p>This shows the properties of the selected file or project.</p></string> + </property> + <property name="alternatingRowColors" > + <bool>true</bool> + </property> + <property name="rootIsDecorated" > + <bool>false</bool> + </property> + <property name="itemsExpandable" > + <bool>false</bool> + </property> + <property name="sortingEnabled" > + <bool>true</bool> + </property> + <column> + <property name="text" > + <string>Path</string> + </property> + </column> + <column> + <property name="text" > + <string>Name</string> + </property> + </column> + <column> + <property name="text" > + <string>Value</string> + </property> + </column> + </widget> + </item> + <item> + <widget class="QGroupBox" name="errorGroup" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > + <horstretch>0</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property> + <property name="title" > + <string>Errors</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <widget class="QTextEdit" name="errors" > + <property name="whatsThis" > + <string><b>Subversion proplist errors</b> +<p>This shows possible error messages of the subversion proplist command.</p></string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <tabstops> + <tabstop>propsList</tabstop> + <tabstop>errors</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections/> +</ui>