gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4704 - in gnunet-qt: pixmaps src/core


From: gnunet
Subject: [GNUnet-SVN] r4704 - in gnunet-qt: pixmaps src/core
Date: Sun, 25 Mar 2007 13:33:53 -0600 (MDT)

Author: durner
Date: 2007-03-25 13:33:52 -0600 (Sun, 25 Mar 2007)
New Revision: 4704

Added:
   gnunet-qt/pixmaps/whatsthis.png
Modified:
   gnunet-qt/pixmaps/pixmaps.qrc
   gnunet-qt/src/core/wndMain.ui
Log:
set "what's this" icon

Modified: gnunet-qt/pixmaps/pixmaps.qrc
===================================================================
--- gnunet-qt/pixmaps/pixmaps.qrc       2007-03-25 19:22:19 UTC (rev 4703)
+++ gnunet-qt/pixmaps/pixmaps.qrc       2007-03-25 19:33:52 UTC (rev 4704)
@@ -30,5 +30,6 @@
         <file>upload_small.png</file>
         <file>warning.png</file>
         <file>welcome.png</file>
+        <file>whatsthis.png</file>
     </qresource>
 </RCC>

Added: gnunet-qt/pixmaps/whatsthis.png
===================================================================
(Binary files differ)


Property changes on: gnunet-qt/pixmaps/whatsthis.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: gnunet-qt/src/core/wndMain.ui
===================================================================
--- gnunet-qt/src/core/wndMain.ui       2007-03-25 19:22:19 UTC (rev 4703)
+++ gnunet-qt/src/core/wndMain.ui       2007-03-25 19:33:52 UTC (rev 4704)
@@ -55,6 +55,12 @@
      <height>21</height>
     </rect>
    </property>
+   <widget class="QMenu" name="menu_File" >
+    <property name="title" >
+     <string>&amp;File</string>
+    </property>
+    <addaction name="actionExit" />
+   </widget>
    <widget class="QMenu" name="menuHelp" >
     <property name="title" >
      <string>&amp;Help</string>
@@ -63,12 +69,6 @@
     <addaction name="separator" />
     <addaction name="actionAbout" />
    </widget>
-   <widget class="QMenu" name="menu_File" >
-    <property name="title" >
-     <string>&amp;File</string>
-    </property>
-    <addaction name="actionExit" />
-   </widget>
    <addaction name="menu_File" />
    <addaction name="menuHelp" />
   </widget>
@@ -78,8 +78,8 @@
    </property>
   </action>
   <action name="action_Context_help" >
-   <property name="checkable" >
-    <bool>true</bool>
+   <property name="icon" >
+    <iconset resource="../../pixmaps/pixmaps.qrc" 
>:/pixmaps/whatsthis.png</iconset>
    </property>
    <property name="text" >
     <string>&amp;Context help</string>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]