Skip to content

Commit c4cf85b

Browse files
committed
Add an entry and submodule for the introduction to Qt series.
1 parent d80343b commit c4cf85b

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
[submodule "coding_for_the_movie_industry"]
3838
path = coding_for_the_movie_industry
3939
url = https://github.com/jessicakoubi/talk_coding_for_the_movie_industry
40+
[submodule "talk_introduction_to_qt"]
41+
path = talk_introduction_to_qt
42+
url = git@github.com:jessicakoubi/talk_introduction_to_qt.git

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ To add new resources for events follow the [CONTRIBUTING guidelines](Contributin
3434
<td colspan="4"><h3><br><em>Clicking on a logo below will take you to the associated repo -- where you can review, copy or clone the repo's content. Please reach out with any questions or issues, and/or join us on Slack for interactive discussions and support.</em><br><br></h3></td>
3535
</tr>
3636

37+
<!-- Introduction to Qt -->
38+
<tr>
39+
<td style="border: none;" align="left" width="20%"><a href="https://github.com/WomenWhoCode/WWCodePython/tree/master/talk_introduction_to_qt"><img alt="Introduction to Qt" align="left" src="images/intro_to_qt.png"/>&nbsp;</td>
40+
<td colspan="3"><b>Introduction to Qt</b>
41+
<br><br>
42+
Do you have a cool application idea or want to distribute your tools to non-technical users?
43+
44+
Join our Introduction to Qt series to learn how to create your first interface with PyQt/PySide! We will go over how to create simple interfaces, some of Qt concepts, and how to put everything together to create a more complex interface.
45+
<br><br>
46+
<em>- By Jessica Koubi </em></td>
47+
</tr>
48+
3749
<!-- OneLineCoding -->
3850
<tr>
3951

images/intro_to_qt.png

137 KB
Loading

talk_introduction_to_qt

Submodule talk_introduction_to_qt added at c72f612

0 commit comments

Comments
 (0)