diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-26 16:03:56 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-08-26 16:03:56 +0000 |
commit | 848abc803760298b2f97d1ffb135418f16a8166a (patch) | |
tree | c977f4ff3ce5bc6773d2af4b9c19b67bd505c28b /rbutil/rbutilqt/rbutilqtfrm.ui | |
parent | 663029ddfb18c2b8d0a202729459082e9191ec84 (diff) | |
download | rockbox-848abc803760298b2f97d1ffb135418f16a8166a.tar.gz rockbox-848abc803760298b2f97d1ffb135418f16a8166a.tar.bz2 rockbox-848abc803760298b2f97d1ffb135418f16a8166a.zip |
Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/rbutilqtfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/rbutilqtfrm.ui | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui index 826ac15133..2a79cee26c 100644 --- a/rbutil/rbutilqt/rbutilqtfrm.ui +++ b/rbutil/rbutilqt/rbutilqtfrm.ui @@ -5,7 +5,7 @@ <rect> <x>0</x> <y>0</y> - <width>600</width> + <width>662</width> <height>550</height> </rect> </property> @@ -761,6 +761,36 @@ p, li { white-space: pre-wrap; } </item> </layout> </widget> + <widget class="QWidget" name="info" > + <attribute name="title" > + <string>Inf&o</string> + </attribute> + <layout class="QGridLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="labelInfo" > + <property name="text" > + <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Currently installed packages.</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note</span>: if you manually installed packages this might not be correct!</p></body></html></string> + </property> + <property name="wordWrap" > + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0" > + <widget class="QTreeWidget" name="treeInfo" > + <column> + <property name="text" > + <string>1</string> + </property> + </column> + </widget> + </item> + </layout> + </widget> </widget> </item> </layout> @@ -770,7 +800,7 @@ p, li { white-space: pre-wrap; } <rect> <x>0</x> <y>0</y> - <width>600</width> + <width>662</width> <height>29</height> </rect> </property> |