[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3861: I suppose r3860 wants the .ui file as well. (vidalia/branches/breakpad/src/crashreporter)
Author: edmanm
Date: 2009-06-16 01:34:03 -0400 (Tue, 16 Jun 2009)
New Revision: 3861
Added:
vidalia/branches/breakpad/src/crashreporter/UploadProgressDialog.ui
Log:
I suppose r3860 wants the .ui file as well.
Added: vidalia/branches/breakpad/src/crashreporter/UploadProgressDialog.ui
===================================================================
--- vidalia/branches/breakpad/src/crashreporter/UploadProgressDialog.ui (rev 0)
+++ vidalia/branches/breakpad/src/crashreporter/UploadProgressDialog.ui 2009-06-16 05:34:03 UTC (rev 3861)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>UploadProgressDialog</class>
+ <widget class="QDialog" name="UploadProgressDialog">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>366</width>
+ <height>104</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Uploading Crash Report</string>
+ </property>
+ <property name="windowIcon">
+ <iconset resource="res/CrashReporter.qrc">
+ <normaloff>:/images/32x32/tools-report-bug.png</normaloff>:/images/32x32/tools-report-bug.png</iconset>
+ </property>
+ <property name="modal">
+ <bool>true</bool>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0" rowspan="2">
+ <widget class="QLabel" name="lblPixmap">
+ <property name="text">
+ <string/>
+ </property>
+ <property name="pixmap">
+ <pixmap resource="res/CrashReporter.qrc">:/images/48x48/tools-report-bug.png</pixmap>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLabel" name="lblStatus">
+ <property name="text">
+ <string/>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QProgressBar" name="progressBar">
+ <property name="value">
+ <number>0</number>
+ </property>
+ <property name="textVisible">
+ <bool>false</bool>
+ </property>
+ <property name="format">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="2">
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources>
+ <include location="res/CrashReporter.qrc"/>
+ </resources>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>UploadProgressDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>182</x>
+ <y>81</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>182</x>
+ <y>51</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>UploadProgressDialog</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>182</x>
+ <y>81</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>182</x>
+ <y>51</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>