Settings dialog infrastructure
[quicknewsreader] / qml / QuickNewsReader / main.qml
index 2a72511..0c41d95 100644 (file)
@@ -41,6 +41,18 @@ Rectangle {
         }
     }
 
+    function showConfigDialog(settingsComponent) {
+        configDialog.configViewComponent = settingsComponent
+        configDialog.state = "showSourceConfig"
+    }
+
+    SourceConfigDialog {
+        id:configDialog
+    }
+
+/*
+*/
+
     Component {
         id: quitButtonDelegate
         Item {