Skip to content

Commit 50dd89c

Browse files
committed
Changed request and reponse text to courier new font (monospace)
Added a new contributor to about window.
1 parent ac19055 commit 50dd89c

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

about.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ About::About(QWidget *parent) :
3535
"Thanks to:<br/><br/>"
3636
"<b>Main contributors:</b><br />"
3737
"Alejandro Valdés (alevalv) for global headers feature<br />"
38+
"fcolecumberri for scrollable area for request and response areas<br />"
3839
"<br />"
3940
"<b>Libraries contributors:</b><br />"
4041
"Arseny Kapoulkine and the remaining contributors for pugixml library<br />"

mainwindow.ui

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<rect>
9999
<x>0</x>
100100
<y>0</y>
101-
<width>472</width>
102-
<height>772</height>
101+
<width>470</width>
102+
<height>780</height>
103103
</rect>
104104
</property>
105105
<layout class="QGridLayout" name="gridLayout">
@@ -270,6 +270,11 @@
270270
<property name="enabled">
271271
<bool>false</bool>
272272
</property>
273+
<property name="font">
274+
<font>
275+
<family>Courier New</family>
276+
</font>
277+
</property>
273278
</widget>
274279
</item>
275280
<item>
@@ -279,6 +284,11 @@
279284
<property name="enabled">
280285
<bool>false</bool>
281286
</property>
287+
<property name="font">
288+
<font>
289+
<family>Courier New</family>
290+
</font>
291+
</property>
282292
<property name="alternatingRowColors">
283293
<bool>true</bool>
284294
</property>
@@ -399,6 +409,11 @@
399409
<layout class="QHBoxLayout" name="horizontalLayout_8">
400410
<item>
401411
<widget class="QTableWidget" name="twRequestHeadersKeyValue">
412+
<property name="font">
413+
<font>
414+
<family>Courier New</family>
415+
</font>
416+
</property>
402417
<property name="alternatingRowColors">
403418
<bool>true</bool>
404419
</property>
@@ -613,6 +628,11 @@ or alternatively just download the response as file.</string>
613628
</item>
614629
<item>
615630
<widget class="QPlainTextEdit" name="pteResponseBody">
631+
<property name="font">
632+
<font>
633+
<family>Courier New</family>
634+
</font>
635+
</property>
616636
<property name="readOnly">
617637
<bool>true</bool>
618638
</property>
@@ -627,6 +647,11 @@ or alternatively just download the response as file.</string>
627647
<layout class="QVBoxLayout" name="verticalLayout_8">
628648
<item>
629649
<widget class="QPlainTextEdit" name="pteResponseHeaders">
650+
<property name="font">
651+
<font>
652+
<family>Courier New</family>
653+
</font>
654+
</property>
630655
<property name="readOnly">
631656
<bool>true</bool>
632657
</property>
@@ -727,7 +752,7 @@ or alternatively just download the response as file.</string>
727752
<x>0</x>
728753
<y>0</y>
729754
<width>803</width>
730-
<height>25</height>
755+
<height>20</height>
731756
</rect>
732757
</property>
733758
<widget class="QMenu" name="menuFile">

0 commit comments

Comments
 (0)