Skip to content

Commit

Permalink
about dialog scrolling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mharj committed Nov 17, 2012
1 parent 68cf51d commit a8094b5
Showing 1 changed file with 54 additions and 23 deletions.
77 changes: 54 additions & 23 deletions ui/about_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -59,46 +59,77 @@
<set>QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="text">
<widget class="QLabel" name="image">
<property name="geometry">
<rect>
<x>140</x>
<x>10</x>
<y>10</y>
<width>451</width>
<height>351</height>
<width>121</width>
<height>121</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
<property name="pixmap">
<pixmap resource="../nifskope.qrc">:/res/nifskope.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="image">
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>10</x>
<x>130</x>
<y>10</y>
<width>121</width>
<height>121</height>
<width>464</width>
<height>351</height>
</rect>
</property>
<property name="text">
<string/>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="pixmap">
<pixmap resource="../nifskope.qrc">:/res/nifskope.png</pixmap>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>464</width>
<height>351</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="text">
<property name="maximumSize">
<size>
<width>450</width>
<height>1000</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources>
Expand Down

0 comments on commit a8094b5

Please sign in to comment.