Added labels to the upload window

This commit is contained in:
amazing-username
2019-03-29 22:43:37 -04:00
parent e81b4ecdb1
commit f397692d09
2 changed files with 20 additions and 3 deletions
+6
View File
@@ -35,6 +35,9 @@ namespace UI
void setupMainWindow();
std::unique_ptr<QHBoxLayout> urlPortion;
std::unique_ptr<QHBoxLayout> songPathPortion;
std::unique_ptr<QWidget> mainWidgetQt;
std::unique_ptr<QDockWidget> MainDockWidgetQt;
@@ -44,6 +47,9 @@ namespace UI
std::unique_ptr<QTextEdit> urlQt;
std::unique_ptr<QTextEdit> sourceFilePathQt;
std::unique_ptr<QLabel> urlLabel;
std::unique_ptr<QLabel> songPath;
std::unique_ptr<QMenu> fileMenuQt;
std::unique_ptr<QMenu> editMenuQt;
std::unique_ptr<QAction> closeApplicationQt;