[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3241: Add a dialog for displaying available software updates, deta (vidalia/branches/auto-updates/src/vidalia)
Author: edmanm
Date: 2008-10-18 23:51:47 -0400 (Sat, 18 Oct 2008)
New Revision: 3241
Added:
vidalia/branches/auto-updates/src/vidalia/updatedialog.ui
Log:
Add a dialog for displaying available software updates, details
about the available packages (e.g. release notes), and buttons
for installing now, installing later or skipping the updated
packages.
Added: vidalia/branches/auto-updates/src/vidalia/updatedialog.ui
===================================================================
--- vidalia/branches/auto-updates/src/vidalia/updatedialog.ui (rev 0)
+++ vidalia/branches/auto-updates/src/vidalia/updatedialog.ui 2008-10-19 03:51:47 UTC (rev 3241)
@@ -0,0 +1,83 @@
+<ui version="4.0" >
+ <class>UpdateDialog</class>
+ <widget class="QDialog" name="UpdateDialog" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>387</width>
+ <height>448</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Software Updates Available</string>
+ </property>
+ <property name="windowIcon" >
+ <iconset resource="res/vidalia.qrc" >
+ <normaloff>:/images/32x32/system-software-update.png</normaloff>:/images/32x32/system-software-update.png</iconset>
+ </property>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" colspan="2" >
+ <widget class="QLabel" name="lblUpdatesAvailable" >
+ <property name="text" >
+ <string>The following updated software packages are ready for installation:</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" colspan="2" >
+ <widget class="QSplitter" name="splitter" >
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <widget class="QTableWidget" name="tableUpdates" />
+ <widget class="QTextBrowser" name="textDetails" />
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="2" >
+ <layout class="QHBoxLayout" name="horizontalLayout" >
+ <item>
+ <widget class="QPushButton" name="btnSkip" >
+ <property name="text" >
+ <string>Skip These Updates</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="btnInstallLater" >
+ <property name="text" >
+ <string>Remind Me Later</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="btnInstall" >
+ <property name="text" >
+ <string>Install</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <resources>
+ <include location="res/vidalia.qrc" />
+ </resources>
+ <connections/>
+</ui>