Set URL placeholder text to https://example.com

Fixes #3830
This commit is contained in:
Wolfram Rösler 2020-04-13 17:34:01 +02:00 committed by Jonathan White
parent f1080d633e
commit 3b4057a78c

View file

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>329</width> <width>430</width>
<height>381</height> <height>381</height>
</rect> </rect>
</property> </property>
@ -47,6 +47,9 @@
<property name="accessibleName"> <property name="accessibleName">
<string>Url field</string> <string>Url field</string>
</property> </property>
<property name="placeholderText">
<string>https://example.com</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>