Download this file
64 lines (63 with data), 1.7 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpViewerDialog</class>
<widget class="QDialog" name="HelpViewerDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>733</width>
<height>745</height>
</rect>
</property>
<property name="windowTitle">
<string>Help viewer</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>11</number>
</property>
<item>
<widget class="QTextBrowser" name="textBrowserHelp">
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="layoutButtons">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<spacer name="spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>131</width>
<height>31</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="okButton">
<property name="text">
<string>&OK</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
</ui>
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.