[prev in list] [next in list] [prev in thread] [next in thread] 

List:       prelude-cvslog
Subject:    [prelude-cvslog] r10565 - in lmledit/trunk: . ui
From:       noreply () prelude-ids ! org
Date:       2008-05-05 19:28:55
Message-ID: 20080505192855.618698A0085 () inferno ! prelude-ids ! com
[Download RAW message or body]

Author: pollux
Date: 2008-05-05 21:28:55 +0200 (Mon, 05 May 2008)
New Revision: 10565

Added:
   lmledit/trunk/ui/
   lmledit/trunk/ui/dialogConfig.ui
   lmledit/trunk/ui/helpwindow.ui
   lmledit/trunk/ui/mainwindow.ui
Removed:
   lmledit/trunk/dialogConfig.ui
   lmledit/trunk/helpwindow.ui
   lmledit/trunk/mainwindow.ui
Modified:
   lmledit/trunk/CMakeLists.txt
Log:
Move ui files to a separate directory.


Modified: lmledit/trunk/CMakeLists.txt
===================================================================
--- lmledit/trunk/CMakeLists.txt	2008-05-05 19:18:46 UTC (rev 10564)
+++ lmledit/trunk/CMakeLists.txt	2008-05-05 19:28:55 UTC (rev 10565)
@@ -58,9 +58,9 @@
 QT4_AUTOMOC( ${GUI_SRCS} )
 
 SET(lmledit_UIS
-	dialogConfig.ui
-	helpwindow.ui
-	mainwindow.ui
+	ui/dialogConfig.ui
+	ui/helpwindow.ui
+	ui/mainwindow.ui
 )
 QT4_WRAP_UI(lmledit_UIS_H ${lmledit_UIS})
 

Deleted: lmledit/trunk/dialogConfig.ui
===================================================================
--- lmledit/trunk/dialogConfig.ui	2008-05-05 19:18:46 UTC (rev 10564)
+++ lmledit/trunk/dialogConfig.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -1,202 +0,0 @@
-<ui version="4.0" >
- <author>Pierre Chifflier</author>
- <class>ConfigDialog</class>
- <widget class="QDialog" name="ConfigDialog" >
-  <property name="geometry" >
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>400</width>
-    <height>300</height>
-   </rect>
-  </property>
-  <property name="sizePolicy" >
-   <sizepolicy>
-    <hsizetype>0</hsizetype>
-    <vsizetype>0</vsizetype>
-    <horstretch>0</horstretch>
-    <verstretch>0</verstretch>
-   </sizepolicy>
-  </property>
-  <property name="windowTitle" >
-   <string>Dialog</string>
-  </property>
-  <widget class="QDialogButtonBox" name="buttonBox" >
-   <property name="geometry" >
-    <rect>
-     <x>0</x>
-     <y>259</y>
-     <width>399</width>
-     <height>40</height>
-    </rect>
-   </property>
-   <property name="orientation" >
-    <enum>Qt::Horizontal</enum>
-   </property>
-   <property name="standardButtons" >
-    <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
-   </property>
-  </widget>
-  <widget class="QTabWidget" name="tabWidget" >
-   <property name="geometry" >
-    <rect>
-     <x>0</x>
-     <y>0</y>
-     <width>399</width>
-     <height>253</height>
-    </rect>
-   </property>
-   <property name="currentIndex" >
-    <number>0</number>
-   </property>
-   <widget class="QWidget" name="tab_3" >
-    <property name="sizePolicy" >
-     <sizepolicy>
-      <hsizetype>4</hsizetype>
-      <vsizetype>4</vsizetype>
-      <horstretch>0</horstretch>
-      <verstretch>0</verstretch>
-     </sizepolicy>
-    </property>
-    <attribute name="title" >
-     <string>Prelude LML</string>
-    </attribute>
-    <widget class="QGroupBox" name="groupBox" >
-     <property name="geometry" >
-      <rect>
-       <x>0</x>
-       <y>0</y>
-       <width>391</width>
-       <height>221</height>
-      </rect>
-     </property>
-     <property name="sizePolicy" >
-      <sizepolicy>
-       <hsizetype>5</hsizetype>
-       <vsizetype>5</vsizetype>
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="title" >
-      <string>Rulesets</string>
-     </property>
-     <widget class="QWidget" name="gridLayout" >
-      <property name="geometry" >
-       <rect>
-        <x>9</x>
-        <y>24</y>
-        <width>371</width>
-        <height>191</height>
-       </rect>
-      </property>
-      <layout class="QGridLayout" >
-       <property name="margin" >
-        <number>0</number>
-       </property>
-       <property name="spacing" >
-        <number>6</number>
-       </property>
-       <item row="0" column="0" >
-        <widget class="QLabel" name="label" >
-         <property name="text" >
-          <string>Signatures</string>
-         </property>
-        </widget>
-       </item>
-       <item row="0" column="1" >
-        <widget class="QLineEdit" name="rulesDirEdit" >
-         <property name="sizePolicy" >
-          <sizepolicy>
-           <hsizetype>7</hsizetype>
-           <vsizetype>0</vsizetype>
-           <horstretch>0</horstretch>
-           <verstretch>0</verstretch>
-          </sizepolicy>
-         </property>
-         <property name="statusTip" >
-          <string/>
-         </property>
-         <property name="readOnly" >
-          <bool>true</bool>
-         </property>
-        </widget>
-       </item>
-       <item row="1" column="1" >
-        <spacer>
-         <property name="orientation" >
-          <enum>Qt::Vertical</enum>
-         </property>
-         <property name="sizeHint" >
-          <size>
-           <width>20</width>
-           <height>40</height>
-          </size>
-         </property>
-        </spacer>
-       </item>
-       <item row="0" column="2" >
-        <widget class="QPushButton" name="rulesDirButton" >
-         <property name="sizePolicy" >
-          <sizepolicy>
-           <hsizetype>1</hsizetype>
-           <vsizetype>0</vsizetype>
-           <horstretch>0</horstretch>
-           <verstretch>0</verstretch>
-          </sizepolicy>
-         </property>
-         <property name="maximumSize" >
-          <size>
-           <width>40</width>
-           <height>16777215</height>
-          </size>
-         </property>
-         <property name="text" >
-          <string>...</string>
-         </property>
-        </widget>
-       </item>
-      </layout>
-     </widget>
-    </widget>
-   </widget>
-  </widget>
- </widget>
- <resources>
-  <include location="application.qrc" />
- </resources>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>ConfigDialog</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>249</x>
-     <y>298</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>ConfigDialog</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>316</x>
-     <y>260</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>

Deleted: lmledit/trunk/helpwindow.ui
===================================================================
--- lmledit/trunk/helpwindow.ui	2008-05-05 19:18:46 UTC (rev 10564)
+++ lmledit/trunk/helpwindow.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -1,33 +0,0 @@
-<ui version="4.0" >
- <class>helpWindow</class>
- <widget class="QWidget" name="helpWindow" >
-  <property name="geometry" >
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>800</width>
-    <height>600</height>
-   </rect>
-  </property>
-  <property name="windowTitle" >
-   <string>LMLEdit Help</string>
-  </property>
-  <layout class="QVBoxLayout" >
-   <property name="margin" >
-    <number>9</number>
-   </property>
-   <property name="spacing" >
-    <number>6</number>
-   </property>
-   <item>
-    <widget class="QTextBrowser" name="textBrowser" >
-     <property name="openExternalLinks" >
-      <bool>true</bool>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>

Deleted: lmledit/trunk/mainwindow.ui
===================================================================
--- lmledit/trunk/mainwindow.ui	2008-05-05 19:18:46 UTC (rev 10564)
+++ lmledit/trunk/mainwindow.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -1,201 +0,0 @@
-<ui version="4.0" >
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow" >
-  <property name="geometry" >
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>664</width>
-    <height>540</height>
-   </rect>
-  </property>
-  <property name="sizePolicy" >
-   <sizepolicy>
-    <hsizetype>0</hsizetype>
-    <vsizetype>0</vsizetype>
-    <horstretch>0</horstretch>
-    <verstretch>0</verstretch>
-   </sizepolicy>
-  </property>
-  <property name="windowTitle" >
-   <string>LMLEdit</string>
-  </property>
-  <widget class="QWidget" name="centralwidget" >
-   <layout class="QHBoxLayout" >
-    <property name="margin" >
-     <number>9</number>
-    </property>
-    <property name="spacing" >
-     <number>6</number>
-    </property>
-    <item>
-     <widget class="QListWidget" name="rulesView" >
-      <property name="sizePolicy" >
-       <sizepolicy>
-        <hsizetype>7</hsizetype>
-        <vsizetype>7</vsizetype>
-        <horstretch>9</horstretch>
-        <verstretch>9</verstretch>
-       </sizepolicy>
-      </property>
-     </widget>
-    </item>
-   </layout>
-  </widget>
-  <widget class="QMenuBar" name="menubar" >
-   <property name="geometry" >
-    <rect>
-     <x>0</x>
-     <y>0</y>
-     <width>664</width>
-     <height>29</height>
-    </rect>
-   </property>
-   <widget class="QMenu" name="menu_Edit" >
-    <property name="title" >
-     <string>&amp;Edit</string>
-    </property>
-    <addaction name="settingsAct" />
-   </widget>
-   <widget class="QMenu" name="menuFile" >
-    <property name="title" >
-     <string>&amp;File</string>
-    </property>
-    <addaction name="openRulesetAct" />
-    <addaction name="addRuleAct" />
-    <addaction name="separator" />
-    <addaction name="actionQuit" />
-   </widget>
-   <widget class="QMenu" name="menuHelp" >
-    <property name="layoutDirection" >
-     <enum>Qt::LeftToRight</enum>
-    </property>
-    <property name="title" >
-     <string>&amp;Help</string>
-    </property>
-    <addaction name="helpAct" />
-    <addaction name="separator" />
-    <addaction name="aboutAct" />
-    <addaction name="aboutQtAct" />
-   </widget>
-   <addaction name="menuFile" />
-   <addaction name="menu_Edit" />
-   <addaction name="menuHelp" />
-  </widget>
-  <widget class="QStatusBar" name="statusbar" />
-  <widget class="QToolBar" name="toolBar" >
-   <property name="orientation" >
-    <enum>Qt::Horizontal</enum>
-   </property>
-   <attribute name="toolBarArea" >
-    <number>4</number>
-   </attribute>
-   <addaction name="openRulesetAct" />
-   <addaction name="addRuleAct" />
-   <addaction name="settingsAct" />
-  </widget>
-  <action name="actionQuit" >
-   <property name="text" >
-    <string>&amp;Quit</string>
-   </property>
-   <property name="statusTip" >
-    <string>Quit application</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl+Q</string>
-   </property>
-  </action>
-  <action name="actionNew_ruleset" >
-   <property name="text" >
-    <string>New ruleset</string>
-   </property>
-  </action>
-  <action name="openRulesetAct" >
-   <property name="icon" >
-    <iconset resource="application.qrc" >:/images/open.png</iconset>
-   </property>
-   <property name="text" >
-    <string>&amp;Open Ruleset</string>
-   </property>
-   <property name="statusTip" >
-    <string>Open a ruleset file</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl+O</string>
-   </property>
-  </action>
-  <action name="addRuleAct" >
-   <property name="icon" >
-    <iconset resource="application.qrc" >:/images/plus.png</iconset>
-   </property>
-   <property name="text" >
-    <string>&amp;Add Rule</string>
-   </property>
-   <property name="statusTip" >
-    <string>Add rule to current ruleset</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl++</string>
-   </property>
-  </action>
-  <action name="settingsAct" >
-   <property name="icon" >
-    <iconset resource="application.qrc" >:/images/settings.png</iconset>
-   </property>
-   <property name="text" >
-    <string>&amp;Settings</string>
-   </property>
-   <property name="statusTip" >
-    <string>Configure application</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl+P</string>
-   </property>
-  </action>
-  <action name="aboutAct" >
-   <property name="text" >
-    <string>&amp;About</string>
-   </property>
-   <property name="statusTip" >
-    <string>Show the application's About box</string>
-   </property>
-  </action>
-  <action name="aboutQtAct" >
-   <property name="text" >
-    <string>About &amp;Qt</string>
-   </property>
-   <property name="statusTip" >
-    <string>Show the Qt library's About box</string>
-   </property>
-  </action>
-  <action name="helpAct" >
-   <property name="text" >
-    <string>&amp;Help</string>
-   </property>
-   <property name="shortcut" >
-    <string>F1</string>
-   </property>
-  </action>
- </widget>
- <resources>
-  <include location="application.qrc" />
- </resources>
- <connections>
-  <connection>
-   <sender>actionQuit</sender>
-   <signal>activated()</signal>
-   <receiver>MainWindow</receiver>
-   <slot>close()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>-1</x>
-     <y>-1</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>399</x>
-     <y>299</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>

Copied: lmledit/trunk/ui/dialogConfig.ui (from rev 10563, lmledit/trunk/dialogConfig.ui)
===================================================================
--- lmledit/trunk/ui/dialogConfig.ui	                        (rev 0)
+++ lmledit/trunk/ui/dialogConfig.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -0,0 +1,202 @@
+<ui version="4.0" >
+ <author>Pierre Chifflier</author>
+ <class>ConfigDialog</class>
+ <widget class="QDialog" name="ConfigDialog" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>300</height>
+   </rect>
+  </property>
+  <property name="sizePolicy" >
+   <sizepolicy>
+    <hsizetype>0</hsizetype>
+    <vsizetype>0</vsizetype>
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="windowTitle" >
+   <string>Dialog</string>
+  </property>
+  <widget class="QDialogButtonBox" name="buttonBox" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>259</y>
+     <width>399</width>
+     <height>40</height>
+    </rect>
+   </property>
+   <property name="orientation" >
+    <enum>Qt::Horizontal</enum>
+   </property>
+   <property name="standardButtons" >
+    <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
+   </property>
+  </widget>
+  <widget class="QTabWidget" name="tabWidget" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>399</width>
+     <height>253</height>
+    </rect>
+   </property>
+   <property name="currentIndex" >
+    <number>0</number>
+   </property>
+   <widget class="QWidget" name="tab_3" >
+    <property name="sizePolicy" >
+     <sizepolicy>
+      <hsizetype>4</hsizetype>
+      <vsizetype>4</vsizetype>
+      <horstretch>0</horstretch>
+      <verstretch>0</verstretch>
+     </sizepolicy>
+    </property>
+    <attribute name="title" >
+     <string>Prelude LML</string>
+    </attribute>
+    <widget class="QGroupBox" name="groupBox" >
+     <property name="geometry" >
+      <rect>
+       <x>0</x>
+       <y>0</y>
+       <width>391</width>
+       <height>221</height>
+      </rect>
+     </property>
+     <property name="sizePolicy" >
+      <sizepolicy>
+       <hsizetype>5</hsizetype>
+       <vsizetype>5</vsizetype>
+       <horstretch>0</horstretch>
+       <verstretch>0</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="title" >
+      <string>Rulesets</string>
+     </property>
+     <widget class="QWidget" name="gridLayout" >
+      <property name="geometry" >
+       <rect>
+        <x>9</x>
+        <y>24</y>
+        <width>371</width>
+        <height>191</height>
+       </rect>
+      </property>
+      <layout class="QGridLayout" >
+       <property name="margin" >
+        <number>0</number>
+       </property>
+       <property name="spacing" >
+        <number>6</number>
+       </property>
+       <item row="0" column="0" >
+        <widget class="QLabel" name="label" >
+         <property name="text" >
+          <string>Signatures</string>
+         </property>
+        </widget>
+       </item>
+       <item row="0" column="1" >
+        <widget class="QLineEdit" name="rulesDirEdit" >
+         <property name="sizePolicy" >
+          <sizepolicy>
+           <hsizetype>7</hsizetype>
+           <vsizetype>0</vsizetype>
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="statusTip" >
+          <string/>
+         </property>
+         <property name="readOnly" >
+          <bool>true</bool>
+         </property>
+        </widget>
+       </item>
+       <item row="1" column="1" >
+        <spacer>
+         <property name="orientation" >
+          <enum>Qt::Vertical</enum>
+         </property>
+         <property name="sizeHint" >
+          <size>
+           <width>20</width>
+           <height>40</height>
+          </size>
+         </property>
+        </spacer>
+       </item>
+       <item row="0" column="2" >
+        <widget class="QPushButton" name="rulesDirButton" >
+         <property name="sizePolicy" >
+          <sizepolicy>
+           <hsizetype>1</hsizetype>
+           <vsizetype>0</vsizetype>
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="maximumSize" >
+          <size>
+           <width>40</width>
+           <height>16777215</height>
+          </size>
+         </property>
+         <property name="text" >
+          <string>...</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+    </widget>
+   </widget>
+  </widget>
+ </widget>
+ <resources>
+  <include location="application.qrc" />
+ </resources>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>ConfigDialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>249</x>
+     <y>298</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>ConfigDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>

Copied: lmledit/trunk/ui/helpwindow.ui (from rev 10564, lmledit/trunk/helpwindow.ui)
===================================================================
--- lmledit/trunk/ui/helpwindow.ui	                        (rev 0)
+++ lmledit/trunk/ui/helpwindow.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -0,0 +1,33 @@
+<ui version="4.0" >
+ <class>helpWindow</class>
+ <widget class="QWidget" name="helpWindow" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>800</width>
+    <height>600</height>
+   </rect>
+  </property>
+  <property name="windowTitle" >
+   <string>LMLEdit Help</string>
+  </property>
+  <layout class="QVBoxLayout" >
+   <property name="margin" >
+    <number>9</number>
+   </property>
+   <property name="spacing" >
+    <number>6</number>
+   </property>
+   <item>
+    <widget class="QTextBrowser" name="textBrowser" >
+     <property name="openExternalLinks" >
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

Copied: lmledit/trunk/ui/mainwindow.ui (from rev 10564, lmledit/trunk/mainwindow.ui)
===================================================================
--- lmledit/trunk/ui/mainwindow.ui	                        (rev 0)
+++ lmledit/trunk/ui/mainwindow.ui	2008-05-05 19:28:55 UTC (rev 10565)
@@ -0,0 +1,201 @@
+<ui version="4.0" >
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>664</width>
+    <height>540</height>
+   </rect>
+  </property>
+  <property name="sizePolicy" >
+   <sizepolicy>
+    <hsizetype>0</hsizetype>
+    <vsizetype>0</vsizetype>
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
+  <property name="windowTitle" >
+   <string>LMLEdit</string>
+  </property>
+  <widget class="QWidget" name="centralwidget" >
+   <layout class="QHBoxLayout" >
+    <property name="margin" >
+     <number>9</number>
+    </property>
+    <property name="spacing" >
+     <number>6</number>
+    </property>
+    <item>
+     <widget class="QListWidget" name="rulesView" >
+      <property name="sizePolicy" >
+       <sizepolicy>
+        <hsizetype>7</hsizetype>
+        <vsizetype>7</vsizetype>
+        <horstretch>9</horstretch>
+        <verstretch>9</verstretch>
+       </sizepolicy>
+      </property>
+     </widget>
+    </item>
+   </layout>
+  </widget>
+  <widget class="QMenuBar" name="menubar" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>664</width>
+     <height>29</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="menu_Edit" >
+    <property name="title" >
+     <string>&amp;Edit</string>
+    </property>
+    <addaction name="settingsAct" />
+   </widget>
+   <widget class="QMenu" name="menuFile" >
+    <property name="title" >
+     <string>&amp;File</string>
+    </property>
+    <addaction name="openRulesetAct" />
+    <addaction name="addRuleAct" />
+    <addaction name="separator" />
+    <addaction name="actionQuit" />
+   </widget>
+   <widget class="QMenu" name="menuHelp" >
+    <property name="layoutDirection" >
+     <enum>Qt::LeftToRight</enum>
+    </property>
+    <property name="title" >
+     <string>&amp;Help</string>
+    </property>
+    <addaction name="helpAct" />
+    <addaction name="separator" />
+    <addaction name="aboutAct" />
+    <addaction name="aboutQtAct" />
+   </widget>
+   <addaction name="menuFile" />
+   <addaction name="menu_Edit" />
+   <addaction name="menuHelp" />
+  </widget>
+  <widget class="QStatusBar" name="statusbar" />
+  <widget class="QToolBar" name="toolBar" >
+   <property name="orientation" >
+    <enum>Qt::Horizontal</enum>
+   </property>
+   <attribute name="toolBarArea" >
+    <number>4</number>
+   </attribute>
+   <addaction name="openRulesetAct" />
+   <addaction name="addRuleAct" />
+   <addaction name="settingsAct" />
+  </widget>
+  <action name="actionQuit" >
+   <property name="text" >
+    <string>&amp;Quit</string>
+   </property>
+   <property name="statusTip" >
+    <string>Quit application</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl+Q</string>
+   </property>
+  </action>
+  <action name="actionNew_ruleset" >
+   <property name="text" >
+    <string>New ruleset</string>
+   </property>
+  </action>
+  <action name="openRulesetAct" >
+   <property name="icon" >
+    <iconset resource="application.qrc" >:/images/open.png</iconset>
+   </property>
+   <property name="text" >
+    <string>&amp;Open Ruleset</string>
+   </property>
+   <property name="statusTip" >
+    <string>Open a ruleset file</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl+O</string>
+   </property>
+  </action>
+  <action name="addRuleAct" >
+   <property name="icon" >
+    <iconset resource="application.qrc" >:/images/plus.png</iconset>
+   </property>
+   <property name="text" >
+    <string>&amp;Add Rule</string>
+   </property>
+   <property name="statusTip" >
+    <string>Add rule to current ruleset</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl++</string>
+   </property>
+  </action>
+  <action name="settingsAct" >
+   <property name="icon" >
+    <iconset resource="application.qrc" >:/images/settings.png</iconset>
+   </property>
+   <property name="text" >
+    <string>&amp;Settings</string>
+   </property>
+   <property name="statusTip" >
+    <string>Configure application</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl+P</string>
+   </property>
+  </action>
+  <action name="aboutAct" >
+   <property name="text" >
+    <string>&amp;About</string>
+   </property>
+   <property name="statusTip" >
+    <string>Show the application's About box</string>
+   </property>
+  </action>
+  <action name="aboutQtAct" >
+   <property name="text" >
+    <string>About &amp;Qt</string>
+   </property>
+   <property name="statusTip" >
+    <string>Show the Qt library's About box</string>
+   </property>
+  </action>
+  <action name="helpAct" >
+   <property name="text" >
+    <string>&amp;Help</string>
+   </property>
+   <property name="shortcut" >
+    <string>F1</string>
+   </property>
+  </action>
+ </widget>
+ <resources>
+  <include location="application.qrc" />
+ </resources>
+ <connections>
+  <connection>
+   <sender>actionQuit</sender>
+   <signal>activated()</signal>
+   <receiver>MainWindow</receiver>
+   <slot>close()</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>-1</x>
+     <y>-1</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>399</x>
+     <y>299</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic