Resolve placeholders in entry details url

This commit is contained in:
Jonathan White
2017-10-25 00:01:29 -04:00
committed by thez3ro
parent 8416d69f1e
commit b9fd609bb2
3 changed files with 19 additions and 4 deletions

View File

@@ -188,6 +188,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string/>
</property>
@@ -289,7 +292,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="usernameLabel"/>
<widget class="QLabel" name="usernameLabel">
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="4" column="1">
<spacer name="verticalSpacer_2">