X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.ui;h=bbdfa1fe2209c28ba5d852d4f05b7e2cfa35db05;hp=4e20f6d880ee7ef35b78166c066a863707a16a3b;hb=c78ebaf4ae0e486c54907edf51159615f2b4f81e;hpb=3632ca174c91a33db13178bc19ad2f93473b52c0 diff --git a/main_window.ui b/main_window.ui index 4e20f6d..bbdfa1f 100644 --- a/main_window.ui +++ b/main_window.ui @@ -6,8 +6,8 @@ 0 0 - 633 - 458 + 798 + 517 @@ -62,8 +62,11 @@ true + + QAbstractItemView::SingleSelection + - true + false @@ -85,7 +88,7 @@ 0 0 - 633 + 798 25 @@ -133,9 +136,16 @@ + + + &View + + + + @@ -265,7 +275,22 @@ asasas + + + &Refresh + + + Reload categories and articles in the view + + + F5 + + + + categories + articles + @@ -348,6 +373,166 @@ + + action_EditCategory + triggered() + MainWindow + onCategoryEdit() + + + -1 + -1 + + + 316 + 228 + + + + + 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 + + + onFileNew() @@ -355,5 +540,15 @@ onCategoryAdd() onFileOpen() onConfiguration() + onCategoryEdit() + onCategoryDelete() + onCategorySelectionChanged() + onViewRefresh() + onArticleAdd() + onArticleEdit() + onArticleDelete() + onCategoryItemActivated() + onArticleItemActivated() + onTemplates()