~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CAboutDialog.ui

  • Committer: Nathan Osman
  • Date: 2012-06-30 18:21:50 UTC
  • Revision ID: admin@quickmediasolutions.com-20120630182150-avavhqs8km192915
New share boxes are now properly positioned when added to the desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
          </widget>
41
41
         </item>
42
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;
52
 
&lt;i&gt;Copyright 2012 Nathan Osman&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;
 
43
          <layout class="QVBoxLayout" name="DetailsLayout">
 
44
           <item>
 
45
            <widget class="QLabel" name="Title">
 
46
             <property name="text">
 
47
              <string>&lt;h2&gt;NitroShare&lt;/h2&gt;</string>
 
48
             </property>
 
49
            </widget>
 
50
           </item>
 
51
           <item>
 
52
            <widget class="QLabel" name="Version">
 
53
             <property name="text">
 
54
              <string/>
 
55
             </property>
 
56
            </widget>
 
57
           </item>
 
58
           <item>
 
59
            <widget class="Line" name="line">
 
60
             <property name="orientation">
 
61
              <enum>Qt::Horizontal</enum>
 
62
             </property>
 
63
            </widget>
 
64
           </item>
 
65
           <item>
 
66
            <widget class="QLabel" name="Copyright">
 
67
             <property name="sizePolicy">
 
68
              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
69
               <horstretch>0</horstretch>
 
70
               <verstretch>0</verstretch>
 
71
              </sizepolicy>
 
72
             </property>
 
73
             <property name="text">
 
74
              <string>&lt;i&gt;Copyright 2012 Nathan Osman&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;
53
75
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>
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>
 
76
             </property>
 
77
             <property name="alignment">
 
78
              <set>Qt::AlignJustify|Qt::AlignTop</set>
 
79
             </property>
 
80
             <property name="wordWrap">
 
81
              <bool>true</bool>
 
82
             </property>
 
83
            </widget>
 
84
           </item>
 
85
          </layout>
62
86
         </item>
63
87
        </layout>
64
88
       </item>