Skip to content

Commit 43abb02

Browse files
committed
[Qt] Add a new chevron/arrow icon for the console prompt line
1 parent 56c9e66 commit 43abb02

File tree

5 files changed

+42
-4
lines changed

5 files changed

+42
-4
lines changed

contrib/debian/copyright

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ License: GPL-3+
2121

2222
Files: src/qt/res/icons/add.png
2323
src/qt/res/icons/address-book.png
24+
src/qt/res/icons/chevron.png
2425
src/qt/res/icons/configure.png
2526
src/qt/res/icons/debugwindow.png
2627
src/qt/res/icons/edit.png
@@ -56,6 +57,8 @@ Comment: Inspired by Stephan Hutchings Typicons
5657

5758
Files: src/qt/res/icons/tx_mined.png
5859
src/qt/res/src/mine.svg
60+
src/qt/res/icons/fontbigger.png
61+
src/qt/res/icons/fontsmaller.png
5962
Copyright: Jonas Schnelli
6063
License: Expat
6164
Comment:

src/Makefile.qt.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ RES_ICONS = \
225225
qt/res/icons/about_qt.png \
226226
qt/res/icons/bitcoin.ico \
227227
qt/res/icons/bitcoin.png \
228+
qt/res/icons/chevron.png \
228229
qt/res/icons/clock1.png \
229230
qt/res/icons/clock2.png \
230231
qt/res/icons/clock3.png \

src/qt/bitcoin.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<file alias="warning">res/icons/warning.png</file>
4949
<file alias="fontbigger">res/icons/fontbigger.png</file>
5050
<file alias="fontsmaller">res/icons/fontsmaller.png</file>
51+
<file alias="prompticon">res/icons/chevron.png</file>
5152
</qresource>
5253
<qresource prefix="/movies">
5354
<file alias="spinner-000">res/movies/spinner-000.png</file>

src/qt/forms/debugwindow.ui

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,12 +479,12 @@
479479
<height>24</height>
480480
</size>
481481
</property>
482-
<property name="toolTip">
483-
<string>Decrease font size</string>
484-
</property>
485482
<property name="text">
486483
<string/>
487484
</property>
485+
<property name="toolTip">
486+
<string>Decrease font size</string>
487+
</property>
488488
<property name="icon">
489489
<iconset resource="../bitcoin.qrc">
490490
<normaloff>:/icons/fontsmaller</normaloff>:/icons/fontsmaller</iconset>
@@ -593,10 +593,43 @@
593593
<property name="spacing">
594594
<number>3</number>
595595
</property>
596+
<item>
597+
<widget class="QPushButton" name="promptIcon">
598+
<property name="enabled">
599+
<bool>false</bool>
600+
</property>
601+
<property name="maximumSize">
602+
<size>
603+
<width>16</width>
604+
<height>24</height>
605+
</size>
606+
</property>
607+
<property name="text">
608+
<string/>
609+
</property>
610+
<property name="icon">
611+
<iconset resource="../bitcoin.qrc">
612+
<normaloff>:/icons/prompticon</normaloff>
613+
<disabledoff>:/icons/prompticon</disabledoff>:/icons/prompticon</iconset>
614+
</property>
615+
<property name="iconSize">
616+
<size>
617+
<width>14</width>
618+
<height>14</height>
619+
</size>
620+
</property>
621+
<property name="autoDefault">
622+
<bool>false</bool>
623+
</property>
624+
<property name="flat">
625+
<bool>true</bool>
626+
</property>
627+
</widget>
628+
</item>
596629
<item>
597630
<widget class="QLineEdit" name="lineEdit">
598631
<property name="placeholderText">
599-
<string>&gt;</string>
632+
<string/>
600633
</property>
601634
</widget>
602635
</item>

src/qt/res/icons/chevron.png

1.88 KB
Loading

0 commit comments

Comments
 (0)