~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CAboutDialog.ui

  • Committer: Nathan Osman
  • Date: 2012-06-28 17:23:51 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628172351-wl57u44nbmqfelga
Added some more information to the about dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>500</width>
10
 
    <height>200</height>
 
10
    <height>300</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
15
15
  </property>
16
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
17
   <item>
18
 
    <layout class="QHBoxLayout" name="horizontalLayout">
19
 
     <item>
20
 
      <widget class="QLabel" name="label">
21
 
       <property name="text">
22
 
        <string/>
23
 
       </property>
24
 
       <property name="pixmap">
25
 
        <pixmap resource="../resource/main.qrc">:/images/logo.png</pixmap>
26
 
       </property>
27
 
      </widget>
28
 
     </item>
29
 
     <item>
30
 
      <widget class="QLabel" name="label_2">
31
 
       <property name="sizePolicy">
32
 
        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33
 
         <horstretch>0</horstretch>
34
 
         <verstretch>0</verstretch>
35
 
        </sizepolicy>
36
 
       </property>
37
 
       <property name="text">
38
 
        <string>&lt;h2&gt;NitroShare&lt;/h2&gt;
 
18
    <widget class="QTabWidget" name="Tabs">
 
19
     <property name="currentIndex">
 
20
      <number>0</number>
 
21
     </property>
 
22
     <widget class="QWidget" name="GeneralTab">
 
23
      <attribute name="title">
 
24
       <string>General</string>
 
25
      </attribute>
 
26
      <layout class="QVBoxLayout" name="verticalLayout_2">
 
27
       <item>
 
28
        <layout class="QHBoxLayout" name="GeneralLayout">
 
29
         <item>
 
30
          <widget class="QLabel" name="Logo">
 
31
           <property name="text">
 
32
            <string/>
 
33
           </property>
 
34
           <property name="pixmap">
 
35
            <pixmap resource="../resource/main.qrc">:/images/logo.png</pixmap>
 
36
           </property>
 
37
           <property name="alignment">
 
38
            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
39
           </property>
 
40
          </widget>
 
41
         </item>
 
42
         <item>
 
43
          <widget class="QLabel" name="Copyright">
 
44
           <property name="sizePolicy">
 
45
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
46
             <horstretch>0</horstretch>
 
47
             <verstretch>0</verstretch>
 
48
            </sizepolicy>
 
49
           </property>
 
50
           <property name="text">
 
51
            <string>&lt;h2&gt;NitroShare&lt;/h2&gt;
39
52
&lt;i&gt;Copyright 2012 Nathan Osman&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;
40
53
You should have received a copy of the GNU General Public License along with this program.  If not, see &amp;lt;http://www.gnu.org/licenses/&amp;gt;</string>
41
 
       </property>
42
 
       <property name="alignment">
43
 
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
44
 
       </property>
45
 
       <property name="wordWrap">
46
 
        <bool>true</bool>
47
 
       </property>
48
 
      </widget>
49
 
     </item>
50
 
    </layout>
51
 
   </item>
52
 
   <item>
53
 
    <spacer name="verticalSpacer">
54
 
     <property name="orientation">
55
 
      <enum>Qt::Vertical</enum>
56
 
     </property>
57
 
     <property name="sizeHint" stdset="0">
58
 
      <size>
59
 
       <width>20</width>
60
 
       <height>40</height>
61
 
      </size>
62
 
     </property>
63
 
    </spacer>
 
54
           </property>
 
55
           <property name="alignment">
 
56
            <set>Qt::AlignJustify|Qt::AlignTop</set>
 
57
           </property>
 
58
           <property name="wordWrap">
 
59
            <bool>true</bool>
 
60
           </property>
 
61
          </widget>
 
62
         </item>
 
63
        </layout>
 
64
       </item>
 
65
      </layout>
 
66
     </widget>
 
67
     <widget class="QWidget" name="SpecialTab">
 
68
      <attribute name="title">
 
69
       <string>Special Thanks</string>
 
70
      </attribute>
 
71
     </widget>
 
72
     <widget class="QWidget" name="TechnicalTab">
 
73
      <attribute name="title">
 
74
       <string>Technical</string>
 
75
      </attribute>
 
76
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
77
       <item>
 
78
        <widget class="QLabel" name="TechLabel">
 
79
         <property name="text">
 
80
          <string>The following technical information was gathered from your computer:</string>
 
81
         </property>
 
82
         <property name="wordWrap">
 
83
          <bool>true</bool>
 
84
         </property>
 
85
        </widget>
 
86
       </item>
 
87
       <item>
 
88
        <widget class="QTableWidget" name="TechData">
 
89
         <attribute name="horizontalHeaderStretchLastSection">
 
90
          <bool>true</bool>
 
91
         </attribute>
 
92
         <attribute name="verticalHeaderVisible">
 
93
          <bool>false</bool>
 
94
         </attribute>
 
95
         <attribute name="verticalHeaderStretchLastSection">
 
96
          <bool>false</bool>
 
97
         </attribute>
 
98
         <column>
 
99
          <property name="text">
 
100
           <string>Name</string>
 
101
          </property>
 
102
         </column>
 
103
         <column>
 
104
          <property name="text">
 
105
           <string>Value</string>
 
106
          </property>
 
107
         </column>
 
108
        </widget>
 
109
       </item>
 
110
      </layout>
 
111
     </widget>
 
112
    </widget>
64
113
   </item>
65
114
   <item>
66
115
    <widget class="QDialogButtonBox" name="ButtonBox">