X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.ui;h=2c64fee80564c625a9f770b2060d6928002a6e8d;hp=ff16abc05d25839ce86096ca5336cec791a60ebd;hb=cd074c8da38f6cc0ad808783ca7e631967dfdd47;hpb=16ae2cf83fb95a5d87220d3f06608c8560afe5a6 diff --git a/main_window.ui b/main_window.ui index ff16abc..2c64fee 100644 --- a/main_window.ui +++ b/main_window.ui @@ -6,23 +6,20 @@ 0 0 - 633 - 458 + 798 + 517 - BiaWeb + BiaWeb - Static Website Content Manager + + + + :/bia/resources/icon.png:/bia/resources/icon.png - - - Categories - - - - Articles in category @@ -30,76 +27,130 @@ - - - - + + + true + + + + Article ID + + + + + Article Title + + + + + + + false + + + QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable + + + Categories + + + 1 + + + + + + + true + + + QAbstractItemView::SingleSelection + + + false + + + + Category ID + + + + + Category Name + + + + + + + 0 0 - 633 + 798 25 - - - &File - - - - - - - + - &Category + &Help - - - + - + - &Articles + &Settings - - - + + + - + - &Web + &Content - - + + + + + + + - + - &Help + &File - + + + &Export web + + + + + + + + + - + - &Settings + &View - - - + - - - + + - + - Open existing site... @@ -109,74 +160,143 @@ &Quit + + Quit + - + - &Add... + Add &category... + + + Add a new category to the website structure - + - &Edit... + Edit categ&ory... + + + Edit the selected category - + - &Delete + &Remove category + + + Delete the selected category - + - &Add... + &Add article... + + + Add an article to selected category - + - &Edit... + &Edit article... + + + Edit the selected article - + - &Delete + &Delete article... + + + Delete the selected article Generate &Site... + + Export the site into a directory structure with static HTML files + Generate Search &Index... + + Generate full or keyword text database and put it into the generated site structure + &About + + View application information + &New site... + + Create a new website database + &Open site... + + Open an already existing site's database + &Configuration... + + Modify the site configuration + Templates... + + Modify or revert site templates + + + + + samth + + + + + asasas + + + + + &Refresh + + + Reload categories and articles in the view + + + F5 + - + + categories + articles + + + + actionNew_site @@ -210,9 +330,264 @@ + + action_AddCategory + triggered() + MainWindow + onCategoryAdd() + + + -1 + -1 + + + 316 + 228 + + + + + action_Open_site + triggered() + MainWindow + onFileOpen() + + + -1 + -1 + + + 316 + 228 + + + + + action_Configuration + triggered() + MainWindow + onConfiguration() + + + -1 + -1 + + + 316 + 228 + + + + + 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 + + + + + action_Generate_Site + triggered() + MainWindow + onGenerateSite() + + + -1 + -1 + + + 398 + 258 + + + + + action_About + triggered() + MainWindow + onAbout() + + + -1 + -1 + + + 398 + 258 + + + onFileNew() onFileQuit() + onCategoryAdd() + onFileOpen() + onConfiguration() + onCategoryEdit() + onCategoryDelete() + onCategorySelectionChanged() + onViewRefresh() + onArticleAdd() + onArticleEdit() + onArticleDelete() + onCategoryItemActivated() + onArticleItemActivated() + onTemplates() + onGenerateSite() + onAbout()