File tree Expand file tree Collapse file tree 7 files changed +23
-18
lines changed
robot_log_visualizer/ui/autogenerated Expand file tree Collapse file tree 7 files changed +23
-18
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
check-style :
11
11
name : Find Trailing Whitespace
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Find Trailing Whitespace
26
26
27
27
build :
28
28
name : Generate python files from ui
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-22 .04
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Remove broken apt repos [Ubuntu]
47
47
path : robot_log_visualizer/ui/autogenerated
48
48
49
49
deploy :
50
- runs-on : ubuntu-20 .04
50
+ runs-on : ubuntu-22 .04
51
51
needs : [build]
52
52
if : github.ref == 'refs/heads/main'
53
53
steps :
Original file line number Diff line number Diff line change 19
19
python-version :
20
20
- 3.8
21
21
os :
22
- - ubuntu-20 .04
22
+ - ubuntu-22 .04
23
23
# - macos-latest
24
24
# - windows-latest
25
25
48
48
49
49
deploy_test_PyPI :
50
50
name : 📦 Deploy to TestPyPI
51
- runs-on : ubuntu-20 .04
51
+ runs-on : ubuntu-22 .04
52
52
needs : [build_wheels]
53
53
if : github.ref == 'refs/heads/main'
54
54
steps :
68
68
69
69
deploy_PyPI :
70
70
name : 📦 Deploy to PyPI
71
- runs-on : ubuntu-20 .04
71
+ runs-on : ubuntu-22 .04
72
72
needs : [build_wheels]
73
73
if : startsWith(github.ref, 'refs/tags')
74
74
steps :
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'robot_log_visualizer/ui/misc/about.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.14.1
5
+ # Created by: PyQt5 UI code generator 5.15.6
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
8
9
9
10
10
11
from PyQt5 import QtCore , QtGui , QtWidgets
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'robot_log_visualizer/ui/misc/plot_tab.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.14.1
5
+ # Created by: PyQt5 UI code generator 5.15.6
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
8
9
9
10
10
11
from PyQt5 import QtCore , QtGui , QtWidgets
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'robot_log_visualizer/ui/misc/set_robot_model.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.14.1
5
+ # Created by: PyQt5 UI code generator 5.15.6
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
8
9
9
10
10
11
from PyQt5 import QtCore , QtGui , QtWidgets
@@ -74,8 +75,8 @@ def setupUi(self, setRobotModelDialog):
74
75
self .formLayout .setItem (3 , QtWidgets .QFormLayout .FieldRole , spacerItem )
75
76
76
77
self .retranslateUi (setRobotModelDialog )
77
- self .buttonBox .accepted .connect (setRobotModelDialog .accept )
78
- self .buttonBox .rejected .connect (setRobotModelDialog .reject )
78
+ self .buttonBox .accepted .connect (setRobotModelDialog .accept ) # type: ignore
79
+ self .buttonBox .rejected .connect (setRobotModelDialog .reject ) # type: ignore
79
80
QtCore .QMetaObject .connectSlotsByName (setRobotModelDialog )
80
81
81
82
def retranslateUi (self , setRobotModelDialog ):
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'robot_log_visualizer/ui/misc/video_tab.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.14.1
5
+ # Created by: PyQt5 UI code generator 5.15.6
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
8
9
9
10
10
11
from PyQt5 import QtCore , QtGui , QtWidgets
Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'robot_log_visualizer/ui/misc/visualizer.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.14.1
5
+ # Created by: PyQt5 UI code generator 5.15.6
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
8
9
9
10
10
11
from PyQt5 import QtCore , QtGui , QtWidgets
You can’t perform that action at this time.
0 commit comments