Skip to content
Snippets Groups Projects

Add recent files for scheduler GUI

Merged Oscar Gustafsson requested to merge schedulerecentfiles into master
5 files
+ 110
50
Compare changes
  • Side-by-side
  • Inline
Files
5
# -*- coding: utf-8 -*-
# Originally generated from QT designer, but now manually maintained
# Form implementation generated from reading ui file 'gui_interface.ui'
#
# Created by: PyQt5 UI code generator 5.14.2
#
# WARNING! All changes made in this file will be lost!
from qtpy import QtCore, QtGui, QtWidgets
from qtpy import QtCore, QtWidgets
class Ui_main_window(object):
Loading