mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 23:57:50 +00:00
Fixed import.
This commit is contained in:
parent
5db3747a32
commit
ee0276ec97
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "nqrduck-broadband"
|
name = "nqrduck-broadband"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
{ name="Julia Pfitzer", email="git@jupfi.me" },
|
||||||
]
|
]
|
||||||
|
|
|
@ -186,4 +186,4 @@ class Ui_Form(object):
|
||||||
self.label_10.setText(_translate("Form", "Sequence Settings:"))
|
self.label_10.setText(_translate("Form", "Sequence Settings:"))
|
||||||
self.load_fileButton.setText(_translate("Form", "Load TNMR File"))
|
self.load_fileButton.setText(_translate("Form", "Load TNMR File"))
|
||||||
self.label_9.setText(_translate("Form", "Info Box:"))
|
self.label_9.setText(_translate("Form", "Info Box:"))
|
||||||
from nqrduck.contrib import MplWidget
|
from nqrduck.contrib.mplwidget import MplWidget
|
||||||
|
|
Loading…
Reference in a new issue