Skip to content
Snippets Groups Projects
Commit a2b3e30e authored by Kali Kaneko's avatar Kali Kaneko
Browse files

add some todos

parent 53a6e1d6
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,13 @@ Window { ...@@ -18,11 +18,13 @@ Window {
flags: Qt.WindowsStaysOnTopHint flags: Qt.WindowsStaysOnTopHint
// TODO get a nice background color
property var ctx property var ctx
property var loginDone property var loginDone
property var allowEmptyPass property var allowEmptyPass
// TODO get a nice background color for this mainwindow. It should be customizable.
// TODO refactorize all this mess into discrete components.
TabBar { TabBar {
id: bar id: bar
width: parent.width width: parent.width
...@@ -145,6 +147,8 @@ Window { ...@@ -145,6 +147,8 @@ Window {
id: autoSelectionButton id: autoSelectionButton
checked: true checked: true
text: qsTr("Automatic") text: qsTr("Automatic")
// TODO still needs to change to automatic on the backend, and maybe note
// that the change will be effective on the next reconnect.
} }
RadioButton { RadioButton {
id: manualSelectionButton id: manualSelectionButton
...@@ -162,7 +166,7 @@ Window { ...@@ -162,7 +166,7 @@ Window {
backend.useGateway(currentText.toString()) backend.useGateway(currentText.toString())
} }
} }
} // end columnlayout } // end column
} // end item } // end item
} // end stacklayout } // end stacklayout
...@@ -330,6 +334,7 @@ Window { ...@@ -330,6 +334,7 @@ Window {
* otherwise the ids are not available * otherwise the ids are not available
* from other components * from other components
*/ */
menu: Menu { menu: Menu {
id: systrayMenu id: systrayMenu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment