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 Oct 14, 2020
1 parent 3013cff commit c8e1507
Show file tree
Hide file tree
Showing 12 changed files with 498 additions and 627 deletions.
2 changes: 1 addition & 1 deletion Resources.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
<file>assets/favIcon-196x196.png</file>
<file>assets/embToolsLogo.png</file>
</qresource>
</RCC>
137 changes: 104 additions & 33 deletions about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,116 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<width>489</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="logo">
<property name="geometry">
<rect>
<x>120</x>
<y>110</y>
<width>111</width>
<height>81</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>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>60</y>
<width>201</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>embTools by wwderw 2020</string>
</property>
</widget>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Author</string>
</attribute>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>110</x>
<y>0</y>
<width>221</width>
<height>141</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="Resources.qrc">:/assets/embToolsLogo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>110</x>
<y>180</y>
<width>249</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>2020 Evan &quot;wwderw&quot; West</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>3rd Party Libraries</string>
</attribute>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>381</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>3rd Party Libraries used by embTools</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>391</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>embTools is created on the following free software libraries</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>*Qt LGPLv3</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="Resources.qrc"/>
Expand Down
Loading

0 comments on commit c8e1507

Please sign in to comment.