[Qt] move helpmessage from debug window to main menu

- the option to show our help message dialog resides now in main menu
  under help
This commit is contained in:
Philip Kaufmann
2014-01-22 14:47:33 +01:00
parent fe87b20717
commit f0219813d5
5 changed files with 16 additions and 37 deletions

View File

@@ -339,32 +339,6 @@
</widget>
</item>
<item row="16" column="0">
<widget class="QLabel" name="labelCLOptions">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Command-line options</string>
</property>
</widget>
</item>
<item row="17" column="0">
<widget class="QPushButton" name="showCLOptionsButton">
<property name="toolTip">
<string>Show the Bitcoin-Core help message to get a list with possible Bitcoin command-line options.</string>
</property>
<property name="text">
<string>&amp;Show</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item row="18" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>