Skip to content

Commit

Permalink
fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 10, 2016
1 parent bb158ac commit 35c7708
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions main_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,22 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="TokenLineEdit"/>
<widget class="QLineEdit" name="TokenLineEdit">
<property name="placeholderText">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="TokenLabel">
<property name="text">
<string>GitHub access token</string>
<string>&lt;a href=&quot;https://github.com/settings/tokens/new&quot;&gt; GitHub access token&lt;/a&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
Expand Down

0 comments on commit 35c7708

Please sign in to comment.