diff --git a/astrodatagui/ui/NewStarDialog.py b/astrodatagui/ui/NewStarDialog.py new file mode 100644 index 0000000..d831a42 --- /dev/null +++ b/astrodatagui/ui/NewStarDialog.py @@ -0,0 +1,10 @@ +from PyQt5.QtWidgets import QDialog +from PyQt5 import uic +import os + +class NewStarDialog(QDialog): + def __init__(self): + super().__init__() + classFileDir = os.path.dirname(os.path.abspath(__file__)) + absUiFilePath = os.path.join(classFileDir, "NewStarDialog.ui") + uic.loadUi(absUiFilePath, self) \ No newline at end of file diff --git a/astrodatagui/ui/NewStarDialog.ui b/astrodatagui/ui/NewStarDialog.ui new file mode 100644 index 0000000..14b689b --- /dev/null +++ b/astrodatagui/ui/NewStarDialog.ui @@ -0,0 +1,509 @@ + + + Dialog + + + + 0 + 0 + 549 + 615 + + + + + 0 + 0 + + + + + 549 + 0 + + + + + 549 + 16777215 + + + + Dialog + + + + + + + + + 0 + 0 + + + + + 0 + 100 + + + + + 16777215 + 100 + + + + Star identifier + + + + + + + 0 + 0 + + + + + 150 + 0 + + + + + 150 + 16777215 + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 40 + + + + + + + + + + + true + + + + 0 + 0 + + + + + 0 + 100 + + + + + 16777215 + 100 + + + + TESS Sequences + + + true + + + false + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + From: + + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + To: + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + 0 + 0 + + + + + 0 + 100 + + + + + 16777215 + 100 + + + + Kepler Quarters + + + true + + + false + + + + + + From: + + + + + + + To: + + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + 0 + 0 + + + + + 0 + 100 + + + + + 16777215 + 100 + + + + K2 Quarters + + + true + + + false + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + From: + + + + + + + + 0 + 0 + + + + + 50 + 0 + + + + + 50 + 16777215 + + + + + + + + To: + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Fetch + + + + + + + + + + 0 + 0 + + + + Preview + + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Ok + + + + + + + Cancel + + + + + + + + + +