SF.net SVN: fclient:[813] trunk/fclient/src/fclient/impl/tpls/ ViewBrowserWidgetTpl.ui
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-29 11:41:37
|
Revision: 813
http://fclient.svn.sourceforge.net/fclient/?rev=813&view=rev
Author: jUrner
Date: 2008-07-29 11:41:46 +0000 (Tue, 29 Jul 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/fclient/src/fclient/impl/tpls/ViewBrowserWidgetTpl.ui
Modified: trunk/fclient/src/fclient/impl/tpls/ViewBrowserWidgetTpl.ui
===================================================================
--- trunk/fclient/src/fclient/impl/tpls/ViewBrowserWidgetTpl.ui 2008-07-29 11:41:34 UTC (rev 812)
+++ trunk/fclient/src/fclient/impl/tpls/ViewBrowserWidgetTpl.ui 2008-07-29 11:41:46 UTC (rev 813)
@@ -115,7 +115,7 @@
<x>0</x>
<y>0</y>
<width>688</width>
- <height>654</height>
+ <height>672</height>
</rect>
</property>
<attribute name="title" >
@@ -125,7 +125,7 @@
</widget>
</item>
<item row="2" column="0" >
- <widget class="QFrame" name="frameSearch" >
+ <widget class="QFrame" name="frameFind" >
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
@@ -133,38 +133,53 @@
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_3" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
<item row="0" column="0" >
<layout class="QHBoxLayout" name="horizontalLayout_2" >
+ <property name="spacing" >
+ <number>6</number>
+ </property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
- <string>Search:</string>
+ <string>Find:</string>
</property>
</widget>
</item>
<item>
- <widget class="QLineEdit" name="edSearch" >
+ <widget class="QLineEdit" name="edFind" >
<property name="dragEnabled" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="btSearchDownwards" >
+ <widget class="QPushButton" name="btFindNext" >
<property name="text" >
- <string>Down</string>
+ <string>Next</string>
</property>
+ <property name="flat" >
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="btSearchUpwards" >
+ <widget class="QPushButton" name="btFindPrevious" >
<property name="text" >
- <string>Up</string>
+ <string>Previous</string>
</property>
+ <property name="flat" >
+ <bool>false</bool>
+ </property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="ckSearchCaseSensitive" >
+ <widget class="QCheckBox" name="ckFindCaseSensitive" >
<property name="text" >
<string>Case sensitive</string>
</property>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|