X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.ui;h=2c64fee80564c625a9f770b2060d6928002a6e8d;hp=74c1602d2defc9cea9404ad27dde84b759e4aaac;hb=cd074c8da38f6cc0ad808783ca7e631967dfdd47;hpb=8c9cfa39545fd48c66d4e795a6d2d7faa396c6c9 diff --git a/main_window.ui b/main_window.ui index 74c1602..2c64fee 100644 --- a/main_window.ui +++ b/main_window.ui @@ -6,13 +6,17 @@ 0 0 - 633 - 458 + 798 + 517 BiaWeb - Static Website Content Manager + + + :/bia/resources/icon.png:/bia/resources/icon.png + @@ -62,6 +66,9 @@ true + + QAbstractItemView::SingleSelection + false @@ -85,7 +92,7 @@ 0 0 - 633 + 798 25 @@ -124,7 +131,6 @@ &Export web - @@ -133,9 +139,16 @@ + + + &View + + + + @@ -265,8 +278,25 @@ asasas + + + &Refresh + + + Reload categories and articles in the view + + + F5 + + - + + categories + articles + + + + actionNew_site @@ -364,6 +394,182 @@ + + action_RemoveCategory + triggered() + MainWindow + onCategoryDelete() + + + -1 + -1 + + + 316 + 228 + + + + + categories + itemSelectionChanged() + MainWindow + onCategorySelectionChanged() + + + 226 + 211 + + + 279 + 233 + + + + + action_Refresh + triggered() + MainWindow + onViewRefresh() + + + -1 + -1 + + + 316 + 228 + + + + + action_NewArticle + triggered() + MainWindow + onArticleAdd() + + + -1 + -1 + + + 316 + 228 + + + + + action_EditArticle + triggered() + MainWindow + onArticleEdit() + + + -1 + -1 + + + 316 + 228 + + + + + action_DeleteArticle + triggered() + MainWindow + onArticleDelete() + + + -1 + -1 + + + 316 + 228 + + + + + categories + itemActivated(QTreeWidgetItem*,int) + MainWindow + onCategoryItemActivated() + + + 212 + 156 + + + 276 + 272 + + + + + articles + itemActivated(QTreeWidgetItem*,int) + MainWindow + onArticleItemActivated() + + + 338 + 342 + + + 280 + 347 + + + + + actionTemplates + triggered() + MainWindow + onTemplates() + + + -1 + -1 + + + 398 + 258 + + + + + action_Generate_Site + triggered() + MainWindow + onGenerateSite() + + + -1 + -1 + + + 398 + 258 + + + + + action_About + triggered() + MainWindow + onAbout() + + + -1 + -1 + + + 398 + 258 + + + onFileNew() @@ -372,5 +578,16 @@ onFileOpen() onConfiguration() onCategoryEdit() + onCategoryDelete() + onCategorySelectionChanged() + onViewRefresh() + onArticleAdd() + onArticleEdit() + onArticleDelete() + onCategoryItemActivated() + onArticleItemActivated() + onTemplates() + onGenerateSite() + onAbout()