Skip to content

Commit

Permalink
some ui tweaks for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jun 1, 2017
1 parent ccce488 commit ad111d0
Show file tree
Hide file tree
Showing 14 changed files with 689 additions and 29 deletions.
14 changes: 13 additions & 1 deletion src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Copyright © 2016 Verge</string>
<string>Copyright © 2017 Verge</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down Expand Up @@ -140,6 +140,18 @@ HTP!</string>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;
min-width: 100px;
max-width: 100px;</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down
71 changes: 71 additions & 0 deletions src/qt/forms/addressbookpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<property name="toolTip">
<string>Double-click to edit address or label</string>
</property>
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;</string>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
Expand Down Expand Up @@ -62,6 +70,15 @@
<property name="toolTip">
<string>Create a new address</string>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>&amp;New Address</string>
</property>
Expand All @@ -76,6 +93,15 @@
<property name="toolTip">
<string>Copy the currently selected address to the system clipboard</string>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>&amp;Copy Address</string>
</property>
Expand All @@ -87,6 +113,15 @@
</item>
<item>
<widget class="QPushButton" name="showQRCode">
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>Show &amp;QR Code</string>
</property>
Expand All @@ -101,6 +136,15 @@
<property name="toolTip">
<string>Sign a message to prove you own a VERGE address</string>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>Sign &amp;Message</string>
</property>
Expand All @@ -115,6 +159,15 @@
<property name="toolTip">
<string>Verify a message to ensure it was signed with a specified VERGE address</string>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>&amp;Verify Message</string>
</property>
Expand All @@ -129,6 +182,15 @@
<property name="toolTip">
<string>Delete the currently selected address from the list</string>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 95px;
max-width: 95px;</string>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
Expand Down Expand Up @@ -159,6 +221,15 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-width: 85px;
max-width: 85px;</string>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
Expand Down
39 changes: 39 additions & 0 deletions src/qt/forms/askpassphrasedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="passEdit1">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
Expand All @@ -64,6 +74,16 @@
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="passEdit2">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
Expand All @@ -78,6 +98,16 @@
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="passEdit3">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
Expand All @@ -103,6 +133,15 @@
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down
42 changes: 41 additions & 1 deletion src/qt/forms/blockbrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@
</item>
<item row="12" column="1">
<widget class="QPushButton" name="txButton">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="text">
<string>Decode Transaction</string>
</property>
Expand Down Expand Up @@ -202,6 +212,16 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="maximum">
<number>99999999</number>
</property>
Expand All @@ -223,6 +243,16 @@
</item>
<item row="1" column="1">
<widget class="QPushButton" name="blockButton">
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="text">
<string>Jump to Block</string>
</property>
Expand Down Expand Up @@ -368,6 +398,16 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;</string>
</property>
<property name="inputMask">
<string comment="Transaction id" extracomment="Transaction id"/>
</property>
Expand Down Expand Up @@ -397,4 +437,4 @@
</widget>
<resources/>
<connections/>
</ui>
</ui>
44 changes: 39 additions & 5 deletions src/qt/forms/chatwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;
min-width: 175px;
max-width: 175px;</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -81,10 +93,21 @@
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>20</height>
<width>129</width>
<height>29</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;
min-width: 125px;
max-width: 125px;</string>
</property>
<property name="text">
<string>Connect</string>
</property>
Expand Down Expand Up @@ -227,10 +250,21 @@
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
<width>154</width>
<height>29</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 2px solid #000000;
min-height: 25px;
max-height: 25px;
min-width: 150px;
max-width: 150px;</string>
</property>
<property name="text">
<string>Disconnect</string>
</property>
Expand Down Expand Up @@ -264,4 +298,4 @@
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
</ui>
Loading

0 comments on commit ad111d0

Please sign in to comment.