|
|
|
|
@ -25,40 +25,36 @@ |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QTextBrowser" name="textBrowser"> |
|
|
|
|
<property name="frameShape"> |
|
|
|
|
<enum>QFrame::NoFrame</enum> |
|
|
|
|
<widget class="QLabel" name="textLabel"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShadow"> |
|
|
|
|
<enum>QFrame::Plain</enum> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
<property name="horizontalScrollBarPolicy"> |
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum> |
|
|
|
|
<property name="wordWrap"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="openExternalLinks"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="openLinks"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
<property name="textInteractionFlags"> |
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
|
|
|
<property name="topMargin"> |
|
|
|
|
<number>5</number> |
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Close</set> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Close</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
|