--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Plugins/AboutPlugin/AboutDialog.ui Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>AboutDialog</class> + <widget class="QDialog" name="AboutDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>650</width> + <height>550</height> + </rect> + </property> + <property name="windowTitle"> + <string>About Eric</string> + </property> + <layout class="QVBoxLayout"> + <item> + <layout class="QHBoxLayout"> + <item> + <widget class="QLabel" name="ericPixmap"> + <property name="scaledContents"> + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="ericLabel"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="font"> + <font> + <family>Sans Serif</family> + <pointsize>11</pointsize> + <italic>false</italic> + <bold>true</bold> + <underline>false</underline> + <strikeout>false</strikeout> + </font> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTabWidget" name="aboutTabWidget"> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="about"> + <attribute name="title"> + <string>&About</string> + </attribute> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextBrowser" name="aboutEdit"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="authors"> + <attribute name="title"> + <string>A&uthors</string> + </attribute> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextEdit" name="authorsEdit"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="thanks"> + <attribute name="title"> + <string>&Thanks To</string> + </attribute> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextEdit" name="thanksEdit"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="license"> + <attribute name="title"> + <string>&License Agreement</string> + </attribute> + <layout class="QVBoxLayout"> + <item> + <widget class="QTextEdit" name="licenseEdit"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="lineWrapMode"> + <enum>QTextEdit::NoWrap</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="acceptRichText"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>aboutTabWidget</tabstop> + <tabstop>aboutEdit</tabstop> + <tabstop>authorsEdit</tabstop> + <tabstop>thanksEdit</tabstop> + <tabstop>licenseEdit</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>AboutDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>83</x> + <y>423</y> + </hint> + <hint type="destinationlabel"> + <x>83</x> + <y>434</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>AboutDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>135</x> + <y>420</y> + </hint> + <hint type="destinationlabel"> + <x>136</x> + <y>435</y> + </hint> + </hints> + </connection> + </connections> +</ui>