aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-28 13:33:23 -0400
committerKen Moore <moorekou@gmail.com>2015-08-28 13:33:23 -0400
commit8029783624b1f24711cbb69d55616f6ea409b1a3 (patch)
tree990c973a0400d0d8f3a0c07542158c8fc930db25
parentAnother minor increase in speed from the dir loader: only processEvents every... (diff)
downloadlumina-8029783624b1f24711cbb69d55616f6ea409b1a3.tar.gz
lumina-8029783624b1f24711cbb69d55616f6ea409b1a3.tar.bz2
lumina-8029783624b1f24711cbb69d55616f6ea409b1a3.zip
Update lumina-info with a link to the website and the PC-BSD bug tracker.
-rw-r--r--lumina-info/MainUI.ui124
1 files changed, 70 insertions, 54 deletions
diff --git a/lumina-info/MainUI.ui b/lumina-info/MainUI.ui
index 8fd5781f..2c13a7a7 100644
--- a/lumina-info/MainUI.ui
+++ b/lumina-info/MainUI.ui
@@ -6,15 +6,17 @@
<rect>
<x>0</x>
<y>0</y>
- <width>320</width>
- <height>374</height>
+ <width>356</width>
+ <height>421</height>
</rect>
</property>
<property name="windowTitle">
<string>Lumina Desktop Information</string>
</property>
<property name="windowIcon">
- <iconset theme="lumina"/>
+ <iconset theme="lumina">
+ <normaloff/>
+ </iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
@@ -121,6 +123,59 @@
</property>
</widget>
</item>
+ <item row="2" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QPushButton" name="tool_aboutQt">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>View Information</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="label_6">
+ <property name="font">
+ <font>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>Lumina Website:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QLabel" name="label_doc">
+ <property name="text">
+ <string>&lt;a href=&quot;http://lumina-desktop.org&quot;&gt;Open in web browser&lt;/a&gt;</string>
+ </property>
+ <property name="openExternalLinks">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="font">
@@ -141,21 +196,8 @@
</property>
</widget>
</item>
- <item row="3" column="0">
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="label_6">
+ <item row="6" column="0">
+ <widget class="QLabel" name="label_4">
<property name="font">
<font>
<weight>75</weight>
@@ -163,49 +205,23 @@
</font>
</property>
<property name="text">
- <string>Documentation:</string>
+ <string>Report a Bug:</string>
</property>
</widget>
</item>
- <item row="4" column="1">
- <widget class="QLabel" name="label_doc">
+ <item row="6" column="1">
+ <widget class="QLabel" name="label_7">
<property name="text">
- <string>&lt;a href=http://wiki.pcbsd.org/index.php/Lumina/10.1.1&quot;&gt;Open in web browser&lt;/a&gt;</string>
- </property>
- <property name="openExternalLinks">
- <bool>false</bool>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://bugs.pcbsd.org/projects/pcbsd&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Open in Web Browser&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
- <item row="2" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QPushButton" name="tool_aboutQt">
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>View Information</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
+ <item row="3" column="0" colspan="2">
+ <widget class="Line" name="line">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
</item>
</layout>
</widget>
bgstack15