New Site dialog implemented
[biaweb_qt.git] / main_window.ui
index ff16abc..451959c 100644 (file)
    </rect>
   </property>
   <property name="windowTitle">
-   <string>BiaWeb</string>
+   <string>BiaWeb - Static Website Content Manager</string>
   </property>
   <widget class="QWidget" name="centralwidget">
    <layout class="QGridLayout" name="gridLayout">
     <item row="0" column="0">
-     <widget class="QLabel" name="label">
-      <property name="text">
-       <string>Categories</string>
-      </property>
-     </widget>
-    </item>
-    <item row="0" column="2">
      <widget class="QLabel" name="label_2">
       <property name="text">
        <string>Articles in category</string>
@@ -30,9 +23,6 @@
      </widget>
     </item>
     <item row="1" column="0">
-     <widget class="QListWidget" name="categories_list"/>
-    </item>
-    <item row="1" column="2">
      <widget class="QListWidget" name="articles_list"/>
     </item>
    </layout>
    <addaction name="menu_About"/>
   </widget>
   <widget class="QStatusBar" name="statusbar"/>
+  <widget class="QDockWidget" name="dockWidget_2">
+   <property name="floating">
+    <bool>false</bool>
+   </property>
+   <property name="features">
+    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
+   </property>
+   <property name="windowTitle">
+    <string>Categories</string>
+   </property>
+   <attribute name="dockWidgetArea">
+    <number>1</number>
+   </attribute>
+   <widget class="QWidget" name="dockWidgetContents_2">
+    <layout class="QGridLayout" name="gridLayout_2">
+     <item row="0" column="0">
+      <widget class="QListWidget" name="categories_list"/>
+     </item>
+    </layout>
+   </widget>
+  </widget>
   <action name="actionOpen_DB">
    <property name="text">
     <string>Open existing site...</string>
    <property name="text">
     <string>&amp;Quit</string>
    </property>
+   <property name="statusTip">
+    <string>Quit</string>
+   </property>
   </action>
   <action name="action_Add">
    <property name="text">
     <string>&amp;Add...</string>
    </property>
+   <property name="statusTip">
+    <string>Add a new category to the website structure</string>
+   </property>
   </action>
   <action name="action_Edit">
    <property name="text">
     <string>&amp;Edit...</string>
    </property>
+   <property name="statusTip">
+    <string>Edit the selected category</string>
+   </property>
   </action>
   <action name="action_Delete">
    <property name="text">
     <string>&amp;Delete</string>
    </property>
+   <property name="statusTip">
+    <string>Delete the selected category</string>
+   </property>
   </action>
   <action name="action_New">
    <property name="text">
     <string>&amp;Add...</string>
    </property>
+   <property name="statusTip">
+    <string>Add an article to selected category</string>
+   </property>
   </action>
   <action name="action_Edit_2">
    <property name="text">
     <string>&amp;Edit...</string>
    </property>
+   <property name="statusTip">
+    <string>Edit the selected article</string>
+   </property>
   </action>
   <action name="action_Delete_2">
    <property name="text">
     <string>&amp;Delete</string>
    </property>
+   <property name="statusTip">
+    <string>Delete the selected article</string>
+   </property>
   </action>
   <action name="action_Generate_Site">
    <property name="text">
     <string>Generate &amp;Site...</string>
    </property>
+   <property name="statusTip">
+    <string>Export the site into a directory structure with static HTML files</string>
+   </property>
   </action>
   <action name="actionGenerate_Search_Index">
    <property name="text">
     <string>Generate Search &amp;Index...</string>
    </property>
+   <property name="statusTip">
+    <string>Generate full or keyword text database and put it into the generated site structure</string>
+   </property>
   </action>
   <action name="action_About">
    <property name="text">
     <string>&amp;About</string>
    </property>
+   <property name="statusTip">
+    <string>View application information</string>
+   </property>
   </action>
   <action name="actionNew_site">
    <property name="text">
     <string>&amp;New site...</string>
    </property>
+   <property name="statusTip">
+    <string>Create a new website database</string>
+   </property>
   </action>
   <action name="action_Open_site">
    <property name="text">
     <string>&amp;Open site...</string>
    </property>
+   <property name="statusTip">
+    <string>Open an already existing site's database</string>
+   </property>
   </action>
   <action name="action_Configuration">
    <property name="text">
     <string>&amp;Configuration...</string>
    </property>
+   <property name="statusTip">
+    <string>Modify the site configuration</string>
+   </property>
   </action>
   <action name="actionTemplates">
    <property name="text">
     <string>Templates...</string>
    </property>
+   <property name="statusTip">
+    <string>Modify or revert site templates</string>
+   </property>
   </action>
  </widget>
  <resources/>