SF.net SVN: fclient:[729] trunk/fclient/src/fclient/tpls/ ViewBrowserWidgetTpl.ui
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-25 07:11:17
|
Revision: 729
http://fclient.svn.sourceforge.net/fclient/?rev=729&view=rev
Author: jUrner
Date: 2008-07-25 07:11:26 +0000 (Fri, 25 Jul 2008)
Log Message:
-----------
many changes
Modified Paths:
--------------
trunk/fclient/src/fclient/tpls/ViewBrowserWidgetTpl.ui
Modified: trunk/fclient/src/fclient/tpls/ViewBrowserWidgetTpl.ui
===================================================================
--- trunk/fclient/src/fclient/tpls/ViewBrowserWidgetTpl.ui 2008-07-25 07:11:13 UTC (rev 728)
+++ trunk/fclient/src/fclient/tpls/ViewBrowserWidgetTpl.ui 2008-07-25 07:11:26 UTC (rev 729)
@@ -44,28 +44,28 @@
<item row="0" column="0" >
<widget class="QToolButton" name="btBack" >
<property name="text" >
- <string>...</string>
+ <string>Back</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QToolButton" name="btFwd" >
<property name="text" >
- <string>...</string>
+ <string>Forward</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QToolButton" name="btReload" >
<property name="text" >
- <string>...</string>
+ <string>Reload</string>
</property>
</widget>
</item>
<item row="0" column="4" >
<widget class="QToolButton" name="btStop" >
<property name="text" >
- <string>...</string>
+ <string>Stop</string>
</property>
</widget>
</item>
@@ -75,7 +75,7 @@
</layout>
</item>
<item>
- <widget class="QFrame" name="frameNavBar" >
+ <widget class="QFrame" name="frameAddressBar" >
<property name="minimumSize" >
<size>
<width>0</width>
@@ -99,7 +99,11 @@
<number>0</number>
</property>
<item row="0" column="0" >
- <widget class="QLineEdit" name="edNavBar" />
+ <widget class="QLineEdit" name="edAddressBar" >
+ <property name="dragEnabled" >
+ <bool>true</bool>
+ </property>
+ </widget>
</item>
</layout>
</widget>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|