aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/pendingchangesdialog.ui
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-12-11 16:43:39 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-12-11 16:43:39 +0100
commitf7cc04e25e3be627435558fcde30deea4221c42f (patch)
tree70b4d6500b8e878293d746ddd89bac8046d39de5 /src/plugins/perforce/pendingchangesdialog.ui
parent46e612761f6bce9629028ef7fe6d3da45b98cd95 (diff)
Perforce: Use new VCSBasePlugin class.
Use relative paths with -d-option, check for symlinked depots. Add revert-actions. Use different context/kinds for editors, suppressing warnings. Introduce common run-function.
Diffstat (limited to 'src/plugins/perforce/pendingchangesdialog.ui')
-rw-r--r--src/plugins/perforce/pendingchangesdialog.ui57
1 files changed, 25 insertions, 32 deletions
diff --git a/src/plugins/perforce/pendingchangesdialog.ui b/src/plugins/perforce/pendingchangesdialog.ui
index bcee662a027..0cae43326ee 100644
--- a/src/plugins/perforce/pendingchangesdialog.ui
+++ b/src/plugins/perforce/pendingchangesdialog.ui
@@ -1,41 +1,34 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
<class>Perforce::Internal::PendingChangesDialog</class>
- <widget class="QDialog" name="Perforce::Internal::PendingChangesDialog" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>333</width>
- <height>126</height>
- </rect>
- </property>
- <property name="windowTitle" >
+ <widget class="QDialog" name="Perforce::Internal::PendingChangesDialog">
+ <property name="windowTitle">
<string>P4 Pending Changes</string>
</property>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
+ <layout class="QVBoxLayout">
+ <property name="spacing">
<number>6</number>
</property>
+ <property name="margin">
+ <number>9</number>
+ </property>
<item>
- <widget class="QListWidget" name="listWidget" />
+ <widget class="QListWidget" name="listWidget"/>
</item>
<item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
+ <layout class="QHBoxLayout">
+ <property name="spacing">
<number>6</number>
</property>
+ <property name="margin">
+ <number>0</number>
+ </property>
<item>
<spacer>
- <property name="orientation" >
+ <property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0">
<size>
<width>131</width>
<height>31</height>
@@ -44,15 +37,15 @@
</spacer>
</item>
<item>
- <widget class="QPushButton" name="submitButton" >
- <property name="text" >
+ <widget class="QPushButton" name="submitButton">
+ <property name="text">
<string>Submit</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="cancelButton" >
- <property name="text" >
+ <widget class="QPushButton" name="cancelButton">
+ <property name="text">
<string>Cancel</string>
</property>
</widget>
@@ -69,11 +62,11 @@
<receiver>Perforce::Internal::PendingChangesDialog</receiver>
<slot>accept()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>278</x>
<y>253</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>96</x>
<y>254</y>
</hint>
@@ -85,11 +78,11 @@
<receiver>Perforce::Internal::PendingChangesDialog</receiver>
<slot>reject()</slot>
<hints>
- <hint type="sourcelabel" >
+ <hint type="sourcelabel">
<x>369</x>
<y>253</y>
</hint>
- <hint type="destinationlabel" >
+ <hint type="destinationlabel">
<x>179</x>
<y>282</y>
</hint>