]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/main.ui
kes Pass jcr to tls routines so debug messages can be handled better.
[bacula/bacula] / bacula / src / qt-console / main.ui
index ab91cc59553b0d27f489d3cadc44b354c5be20e9..1e9a4113aa367557c86b229ab13230419ef9e073 100644 (file)
@@ -6,15 +6,24 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>973</width>
-    <height>801</height>
+    <width>882</width>
+    <height>689</height>
    </rect>
   </property>
   <property name="windowTitle" >
    <string>bat - Bacula Admin Tool</string>
   </property>
   <property name="windowIcon" >
-   <iconset>images/bat.png</iconset>
+   <iconset resource="main.qrc" >:/images/bat.png</iconset>
+  </property>
+  <property name="toolTip" >
+   <string/>
+  </property>
+  <property name="statusTip" >
+   <string>Bacula Administration Tool</string>
+  </property>
+  <property name="whatsThis" >
+   <string>It's a Dock widget to allow page selection</string>
   </property>
   <widget class="QWidget" name="centralwidget" >
    <layout class="QGridLayout" >
       <property name="focusPolicy" >
        <enum>Qt::StrongFocus</enum>
       </property>
+      <property name="toolTip" >
+       <string/>
+      </property>
+      <property name="statusTip" >
+       <string/>
+      </property>
       <property name="currentIndex" >
        <number>-1</number>
       </property>
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>973</width>
+     <width>882</width>
      <height>28</height>
     </rect>
    </property>
-   <widget class="QMenu" name="menuHelp" >
+   <widget class="QMenu" name="menuEdit" >
     <property name="title" >
-     <string>&amp;Help</string>
+     <string>&amp;Edit</string>
     </property>
-    <addaction name="actionAbout_bat" />
+    <addaction name="actionCopy" />
+    <addaction name="actionCut" />
+    <addaction name="actionPaste" />
    </widget>
    <widget class="QMenu" name="menuSettings" >
     <property name="title" >
      <string>Settings</string>
     </property>
+    <addaction name="actionPreferences" />
     <addaction name="actionSelectFont" />
    </widget>
-   <widget class="QMenu" name="menuEdit" >
+   <widget class="QMenu" name="menuHelp" >
     <property name="title" >
-     <string>&amp;Edit</string>
+     <string>&amp;Help</string>
     </property>
-    <addaction name="actionCopy" />
-    <addaction name="actionCut" />
-    <addaction name="actionPaste" />
+    <addaction name="actionBat_Help" />
+    <addaction name="actionAbout_bat" />
    </widget>
    <widget class="QMenu" name="menuFile" >
     <property name="title" >
    </attribute>
    <addaction name="actionConnect" />
    <addaction name="actionStatusDir" />
+   <addaction name="actionStatusDirPage" />
+   <addaction name="actionMessages" />
    <addaction name="actionLabel" />
    <addaction name="actionRestore" />
    <addaction name="actionRun" />
+   <addaction name="actionEstimate" />
+   <addaction name="actionBrowse" />
+   <addaction name="actionJobPlot" />
+   <addaction name="actionUndock" />
   </widget>
   <widget class="QDockWidget" name="dockWidget" >
    <property name="sizePolicy" >
    <property name="focusPolicy" >
     <enum>Qt::StrongFocus</enum>
    </property>
+   <property name="toolTip" >
+    <string/>
+   </property>
+   <property name="statusTip" >
+    <string/>
+   </property>
    <property name="floating" >
     <bool>false</bool>
    </property>
         <enum>Qt::StrongFocus</enum>
        </property>
        <property name="toolTip" >
-        <string>Selects right panel</string>
+        <string>Selects panel window</string>
+       </property>
+       <property name="statusTip" >
+        <string>Use items in this tree to select what window is in panel</string>
        </property>
        <property name="autoFillBackground" >
         <bool>true</bool>
    </widget>
   </widget>
   <widget class="QDockWidget" name="dockWidget_2" >
+   <property name="toolTip" >
+    <string>Console Entry</string>
+   </property>
+   <property name="statusTip" >
+    <string>Enter a bacula command</string>
+   </property>
+   <property name="whatsThis" >
+    <string>Console Command entry Dock Widget</string>
+   </property>
+   <property name="features" >
+    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
+   </property>
    <property name="allowedAreas" >
-    <set>Qt::BottomDockWidgetArea</set>
+    <set>Qt::BottomDockWidgetArea|Qt::NoDockWidgetArea|Qt::TopDockWidgetArea</set>
+   </property>
+   <property name="windowTitle" >
+    <string>Console Command Line Entry</string>
    </property>
    <attribute name="dockWidgetArea" >
     <number>8</number>
         </widget>
        </item>
        <item>
-        <widget class="QLineEdit" name="lineEdit" />
+        <widget class="QLineEdit" name="lineEdit" >
+         <property name="statusTip" >
+          <string>Click here to enter command</string>
+         </property>
+        </widget>
        </item>
       </layout>
      </item>
   </action>
   <action name="actionAbout_bat" >
    <property name="icon" >
-    <iconset>images/bat.png</iconset>
+    <iconset resource="main.qrc" >:/images/bat.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;About bat</string>
   </action>
   <action name="actionCopy" >
    <property name="icon" >
-    <iconset>images/copy.png</iconset>
+    <iconset resource="main.qrc" >:/images/copy.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;Copy</string>
   </action>
   <action name="actionCut" >
    <property name="icon" >
-    <iconset>images/cut.png</iconset>
+    <iconset resource="main.qrc" >:/images/cut.png</iconset>
    </property>
    <property name="text" >
     <string>Cu&amp;t</string>
   </action>
   <action name="actionNew" >
    <property name="icon" >
-    <iconset>images/new.png</iconset>
+    <iconset resource="main.qrc" >:/images/new.png</iconset>
    </property>
    <property name="text" >
     <string>new</string>
   </action>
   <action name="actionOpen" >
    <property name="icon" >
-    <iconset>images/open.png</iconset>
+    <iconset resource="main.qrc" >:/images/open.png</iconset>
    </property>
    <property name="text" >
     <string>open</string>
   </action>
   <action name="actionPaste" >
    <property name="icon" >
-    <iconset>images/paste.png</iconset>
+    <iconset resource="main.qrc" >:/images/paste.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;Paste</string>
   </action>
   <action name="actionPrint" >
    <property name="icon" >
-    <iconset>images/print.png</iconset>
+    <iconset resource="main.qrc" >:/images/print.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;Print</string>
   </action>
   <action name="actionSave" >
    <property name="icon" >
-    <iconset>images/save.png</iconset>
+    <iconset resource="main.qrc" >:/images/save.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;Save</string>
   </action>
   <action name="actionConnect" >
    <property name="icon" >
-    <iconset>images/disconnected.png</iconset>
+    <iconset resource="main.qrc" >:/images/disconnected.png</iconset>
    </property>
    <property name="text" >
     <string>Connect</string>
   </action>
   <action name="actionLabel" >
    <property name="icon" >
-    <iconset>images/label.png</iconset>
+    <iconset resource="main.qrc" >:/images/label.png</iconset>
    </property>
    <property name="text" >
     <string>Label</string>
   </action>
   <action name="actionRestore" >
    <property name="icon" >
-    <iconset>images/restore.png</iconset>
+    <iconset resource="main.qrc" >:/images/restore.png</iconset>
    </property>
    <property name="text" >
     <string>Restore</string>
     <bool>false</bool>
    </property>
    <property name="icon" >
-    <iconset>images/run.png</iconset>
+    <iconset resource="main.qrc" >:/images/run.png</iconset>
    </property>
    <property name="text" >
     <string>Run Job</string>
     <string>Run a Job</string>
    </property>
   </action>
+  <action name="actionEstimate" >
+   <property name="checked" >
+    <bool>false</bool>
+   </property>
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/estimate-job.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Estimate Job</string>
+   </property>
+   <property name="iconText" >
+    <string>Estimate Job</string>
+   </property>
+   <property name="toolTip" >
+    <string>Estimate Job</string>
+   </property>
+   <property name="statusTip" >
+    <string>Estimate a Job</string>
+   </property>
+  </action>
   <action name="actionStatusDir" >
    <property name="icon" >
-    <iconset>images/status.png</iconset>
+    <iconset resource="main.qrc" >:/images/status-console.png</iconset>
    </property>
    <property name="text" >
-    <string>StatusDir</string>
+    <string comment="Query status of director" >Status Dir</string>
+   </property>
+   <property name="iconText" >
+    <string>Status Dir</string>
    </property>
    <property name="toolTip" >
-    <string>status dir</string>
+    <string>Query status of director in console</string>
    </property>
    <property name="statusTip" >
-    <string>Status of Director</string>
+    <string>Query status of director in console</string>
+   </property>
+   <property name="autoRepeat" >
+    <bool>true</bool>
    </property>
   </action>
   <action name="actionSelectFont" >
     <string>&amp;Select Font ...</string>
    </property>
   </action>
+  <action name="actionUndock" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/up.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Undock Window</string>
+   </property>
+   <property name="statusTip" >
+    <string>Undock Current Window</string>
+   </property>
+  </action>
+  <action name="actionToggleDock" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/up.png</iconset>
+   </property>
+   <property name="text" >
+    <string>ToggleDock</string>
+   </property>
+   <property name="toolTip" >
+    <string>Toggle Dock Status</string>
+   </property>
+   <property name="statusTip" >
+    <string>Toggle Dock Status</string>
+   </property>
+  </action>
+  <action name="actionClosePage" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/unmark.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Close Page</string>
+   </property>
+   <property name="statusTip" >
+    <string>Close The Current Page</string>
+   </property>
+  </action>
+  <action name="actionMessages" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/mail-message-new.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Messages</string>
+   </property>
+   <property name="statusTip" >
+    <string>Display any messages queued at the director</string>
+   </property>
+   <property name="autoRepeat" >
+    <bool>false</bool>
+   </property>
+  </action>
+  <action name="actionPreferences" >
+   <property name="text" >
+    <string>&amp;Preferences ...</string>
+   </property>
+   <property name="iconText" >
+    <string>Set Preferences</string>
+   </property>
+   <property name="toolTip" >
+    <string>Set Preferences</string>
+   </property>
+  </action>
+  <action name="actionBat_Help" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/help-browser.png</iconset>
+   </property>
+   <property name="text" >
+    <string>bat &amp;Help</string>
+   </property>
+  </action>
+  <action name="actionBrowse" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/browse.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Browse</string>
+   </property>
+   <property name="toolTip" >
+    <string>Browse Cataloged Files</string>
+   </property>
+   <property name="statusTip" >
+    <string>Browse Cataloged Files</string>
+   </property>
+  </action>
+  <action name="actionJobPlot" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/applications-graphics.png</iconset>
+   </property>
+   <property name="text" >
+    <string>JobPlot</string>
+   </property>
+   <property name="toolTip" >
+    <string>Plot Job Files and Bytes</string>
+   </property>
+   <property name="statusTip" >
+    <string>Plot Job Files and Bytes</string>
+   </property>
+  </action>
+  <action name="actionStatusDirPage" >
+   <property name="icon" >
+    <iconset resource="main.qrc" >:/images/status.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Status Dir Page</string>
+   </property>
+   <property name="toolTip" >
+    <string>Director Status Page</string>
+   </property>
+  </action>
  </widget>
  <resources>
   <include location="main.qrc" />