Skip to content

Commit

Permalink
bugfix class names (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTvD authored Dec 5, 2024
1 parent 0bc0e69 commit d90f13a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ibridgesgui/ui_files/configCheck.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<class>configCheck</class>
<widget class="QDialog" name="configCheck">
<property name="geometry">
<rect>
<x>0</x>
Expand Down
4 changes: 2 additions & 2 deletions ibridgesgui/ui_files/downloadData.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<class>downloadData</class>
<widget class="QWidget" name="downloadData">
<property name="geometry">
<rect>
<x>0</x>
Expand Down
4 changes: 2 additions & 2 deletions ibridgesgui/ui_files/tabLogging.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<class>tabLogging</class>
<widget class="QWidget" name="tabLogging">
<property name="geometry">
<rect>
<x>0</x>
Expand Down
10 changes: 6 additions & 4 deletions ibridgesgui/ui_files/transferData.ui
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<class>transferData</class>
<widget class="QWidget" name="transferData">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>936</width>
<width>973</width>
<height>395</height>
</rect>
</property>
Expand Down Expand Up @@ -84,6 +84,7 @@ QTabWidget#info_tabs
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
Expand Down Expand Up @@ -115,6 +116,7 @@ ibridges_metadata.json</string>
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
Expand Down Expand Up @@ -168,7 +170,7 @@ ibridges_metadata.json</string>
<item row="1" column="3">
<widget class="QLabel" name="label_3">
<property name="text">
<string> </string>
<string/>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions ibridgesgui/ui_files/uploadData.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<class>uploadData</class>
<widget class="QWidget" name="uploadData">
<property name="geometry">
<rect>
<x>0</x>
Expand Down
4 changes: 2 additions & 2 deletions ibridgesgui/ui_files/welcome.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<class>Welcome</class>
<widget class="QWidget" name="Welcome">
<property name="geometry">
<rect>
<x>0</x>
Expand Down

0 comments on commit d90f13a

Please sign in to comment.