Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wwderw authored Sep 5, 2020
1 parent b108508 commit 4da39cc
Showing 1 changed file with 58 additions and 45 deletions.
103 changes: 58 additions & 45 deletions contribute.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,69 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>582</width>
<height>434</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="link">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>361</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>To help contribute to this project, file issues, and/or to request new features please go &lt;a href=&quot;https://github.com/embTools/embTools&quot;&gt;here&lt;/a&gt;.</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>131</width>
<height>101</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/assets/favIcon-196x196.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="link">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;There are several ways to contribute to this project, if you would like to:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/wwderw/embTools/issues&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Submit bugs, feature requests, or have general questions&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/wwderw/embTools/releases&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Look for the latest release to test&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/wwderw/embTools&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;Grab the source code&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/assets/favIcon-196x196.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="Resources.qrc"/>
Expand Down

0 comments on commit 4da39cc

Please sign in to comment.