Skip to content

Commit

Permalink
Disable send button when not connected. Update version from about str…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
J-Rios committed Jan 2, 2020
1 parent f8a77e2 commit 918ce70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SUSTerm/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const QString ABOUT_TEXT =
"SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
"focused in minimalist and be efficiently fast and easy to use.<br/>" \
"<br/>" \
"Actual Version: 1.5<br/>" \
"Actual Version: 1.7.0<br/>" \
"<br/>" \
"This software was developed by @J-Rios and you can get the code at:<br/>" \
"&nbsp;&nbsp;&nbsp;&nbsp;" \
Expand Down
10 changes: 5 additions & 5 deletions SUSTerm/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<x>0</x>
<y>0</y>
<width>620</width>
<height>172</height>
<height>165</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -275,8 +275,8 @@
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="acceptRichText">
<bool>true</bool>
Expand Down Expand Up @@ -410,7 +410,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QPushButton" name="pushButton_send">
<property name="enabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
Expand Down Expand Up @@ -597,7 +597,7 @@ p, li { white-space: pre-wrap; }
<x>0</x>
<y>0</y>
<width>640</width>
<height>22</height>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down

0 comments on commit 918ce70

Please sign in to comment.