mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-16 20:31:01 +00:00
Make the Start button the default button.
This commit is contained in:
parent
e494d6bbb6
commit
59b54730de
1 changed files with 6 additions and 3 deletions
|
|
@ -74,6 +74,9 @@
|
|||
<iconset resource="../rc/linkchecker.qrc">
|
||||
<normaloff>:/icons/start.png</normaloff>:/icons/start.png</iconset>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
@ -224,16 +227,16 @@
|
|||
<string>View parent URL online</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionViewSource">
|
||||
<action name="actionViewParentSource">
|
||||
<property name="icon">
|
||||
<iconset resource="../rc/linkchecker.qrc">
|
||||
<normaloff>:/icons/online.png</normaloff>:/icons/online.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>View source</string>
|
||||
<string>View parent source</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>View URL source</string>
|
||||
<string>View parent URL source</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
|
|
|||
Loading…
Reference in a new issue