Skip to content

Commit

Permalink
Rename tutorial tab to learning material
Browse files Browse the repository at this point in the history
  • Loading branch information
ermannolocascio committed Sep 3, 2024
1 parent 2ccfe4f commit 5fa5a06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions spinetoolbox/ui/startup_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def setupUi(self, Form):
self.scrollArea_2.setWidgetResizable(False)
self.scrollAreaWidgetContents_3 = QWidget()
self.scrollAreaWidgetContents_3.setObjectName(u"scrollAreaWidgetContents_3")
self.scrollAreaWidgetContents_3.setGeometry(QRect(0, -73, 668, 642))
self.scrollAreaWidgetContents_3.setGeometry(QRect(0, 0, 668, 642))
self.label_3 = QLabel(self.scrollAreaWidgetContents_3)
self.label_3.setObjectName(u"label_3")
self.label_3.setGeometry(QRect(10, 10, 670, 21))
Expand Down Expand Up @@ -121,7 +121,7 @@ def setupUi(self, Form):
self.scrollArea.setWidgetResizable(False)
self.scrollAreaWidgetContents_2 = QWidget()
self.scrollAreaWidgetContents_2.setObjectName(u"scrollAreaWidgetContents_2")
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, -78, 668, 642))
self.scrollAreaWidgetContents_2.setGeometry(QRect(0, 0, 668, 642))
self.label = QLabel(self.scrollAreaWidgetContents_2)
self.label.setObjectName(u"label")
self.label.setGeometry(QRect(10, 10, 670, 21))
Expand Down Expand Up @@ -212,14 +212,14 @@ def retranslateUi(self, Form):
self.groupBox_7.setTitle(QCoreApplication.translate("Form", u"Main", None))
self.pushButton_8.setText(QCoreApplication.translate("Form", u"Open Project", None))
self.label_2.setText(QCoreApplication.translate("Form", u"Recent", None))
self.label_3.setText(QCoreApplication.translate("Form", u"Introductory Tutorials", None))
self.label_14.setText(QCoreApplication.translate("Form", u"Advanced Tutorials", None))
self.groupBox_4.setTitle(QCoreApplication.translate("Form", u"Tutorial 1", None))
self.groupBox_10.setTitle(QCoreApplication.translate("Form", u"Tutorial 2", None))
self.groupBox_11.setTitle(QCoreApplication.translate("Form", u"Tutorial 3", None))
self.groupBox_13.setTitle(QCoreApplication.translate("Form", u"Tutorial 5", None))
self.label_3.setText(QCoreApplication.translate("Form", u"Introductory Learnign Material", None))
self.label_14.setText(QCoreApplication.translate("Form", u"Advanced Learning Material", None))
self.groupBox_4.setTitle(QCoreApplication.translate("Form", u"Hello World", None))
self.groupBox_10.setTitle(QCoreApplication.translate("Form", u"Introduction to Spine Data Structure", None))
self.groupBox_11.setTitle(QCoreApplication.translate("Form", u"Setting up a Workflow", None))
self.groupBox_13.setTitle(QCoreApplication.translate("Form", u"topic 4 tbd", None))
self.groupBox_9.setTitle(QCoreApplication.translate("Form", u"Tutorial 6", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate("Form", u"Tutorials", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), QCoreApplication.translate("Form", u"Learning materials", None))
self.label.setText(QCoreApplication.translate("Form", u"Beginner Templates", None))
self.label_13.setText(QCoreApplication.translate("Form", u"Advanced Templates", None))
self.groupBox_8.setTitle(QCoreApplication.translate("Form", u"Simple Energy System", None))
Expand Down
18 changes: 9 additions & 9 deletions spinetoolbox/ui/startup_box.ui
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ border-color: rgb(240, 240, 240);</string>
</property>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tutorials</string>
<string>Learning materials</string>
</attribute>
<widget class="QScrollArea" name="scrollArea_2">
<property name="geometry">
Expand Down Expand Up @@ -168,7 +168,7 @@ border-color: rgb(240, 240, 240);</string>
<property name="geometry">
<rect>
<x>0</x>
<y>-73</y>
<y>0</y>
<width>668</width>
<height>642</height>
</rect>
Expand All @@ -193,7 +193,7 @@ border-color: rgb(240, 240, 240);</string>
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Introductory Tutorials</string>
<string>Introductory Learnign Material</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
Expand All @@ -216,7 +216,7 @@ border-color: rgb(240, 240, 240);</string>
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Advanced Tutorials</string>
<string>Advanced Learning Material</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_4">
Expand All @@ -229,7 +229,7 @@ border-color: rgb(240, 240, 240);</string>
</rect>
</property>
<property name="title">
<string>Tutorial 1</string>
<string>Hello World</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_10">
Expand All @@ -242,7 +242,7 @@ border-color: rgb(240, 240, 240);</string>
</rect>
</property>
<property name="title">
<string>Tutorial 2</string>
<string>Introduction to Spine Data Structure</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_11">
Expand All @@ -255,7 +255,7 @@ border-color: rgb(240, 240, 240);</string>
</rect>
</property>
<property name="title">
<string>Tutorial 3</string>
<string>Setting up a Workflow</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_13">
Expand All @@ -268,7 +268,7 @@ border-color: rgb(240, 240, 240);</string>
</rect>
</property>
<property name="title">
<string>Tutorial 5</string>
<string>topic 4 tbd</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_9">
Expand Down Expand Up @@ -313,7 +313,7 @@ border-color: rgb(240, 240, 240);</string>
<property name="geometry">
<rect>
<x>0</x>
<y>-78</y>
<y>0</y>
<width>668</width>
<height>642</height>
</rect>
Expand Down

0 comments on commit 5fa5a06

Please sign in to comment.