Skip to content

Commit

Permalink
UI cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Ibrahim137 committed Jan 15, 2023
1 parent 499b677 commit 5d27e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Qt/mainwindow.ui
Expand Up @@ -16,7 +16,7 @@
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextEdit" name="textEdit">
<widget class="QTextEdit" name="fileContent">
<property name="readOnly">
<bool>true</bool>
</property>
Expand All @@ -31,14 +31,14 @@
<widget class="QComboBox" name="filesComboBox"/>
</item>
<item>
<widget class="QLabel" name="fileNameLabel">
<widget class="QLabel" name="fileSummaryLabel">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<widget class="QPushButton" name="downloadButton">
<property name="text">
<string>Download file</string>
</property>
Expand Down

0 comments on commit 5d27e46

Please sign in to comment.