SF.net SVN: fclient: [558] trunk/fclient/src/fclient/tpls
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-08 15:47:43
|
Revision: 558
http://fclient.svn.sourceforge.net/fclient/?rev=558&view=rev
Author: jUrner
Date: 2008-07-08 08:46:33 -0700 (Tue, 08 Jul 2008)
Log Message:
-----------
...
Added Paths:
-----------
trunk/fclient/src/fclient/tpls/ViewLoggerWidgetTpl.ui
Removed Paths:
-------------
trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui
Deleted: trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui
===================================================================
--- trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui 2008-07-08 15:44:41 UTC (rev 557)
+++ trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui 2008-07-08 15:46:33 UTC (rev 558)
@@ -1,39 +0,0 @@
-<ui version="4.0" >
- <class>ViewLoggerTpl</class>
- <widget class="QWidget" name="ViewLoggerTpl" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>550</width>
- <height>471</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>Form</string>
- </property>
- <layout class="QGridLayout" >
- <item row="0" column="0" >
- <widget class="QTextEdit" name="edLogger" >
- <property name="undoRedoEnabled" >
- <bool>false</bool>
- </property>
- <property name="lineWrapMode" >
- <enum>QTextEdit::NoWrap</enum>
- </property>
- <property name="readOnly" >
- <bool>true</bool>
- </property>
- <property name="acceptRichText" >
- <bool>false</bool>
- </property>
- <property name="textInteractionFlags" >
- <set>Qt::NoTextInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
Copied: trunk/fclient/src/fclient/tpls/ViewLoggerWidgetTpl.ui (from rev 547, trunk/fclient/src/fclient/tpls/ViewLoggerTpl.ui)
===================================================================
--- trunk/fclient/src/fclient/tpls/ViewLoggerWidgetTpl.ui (rev 0)
+++ trunk/fclient/src/fclient/tpls/ViewLoggerWidgetTpl.ui 2008-07-08 15:46:33 UTC (rev 558)
@@ -0,0 +1,39 @@
+<ui version="4.0" >
+ <class>ViewLoggerTpl</class>
+ <widget class="QWidget" name="ViewLoggerTpl" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>550</width>
+ <height>471</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Form</string>
+ </property>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" >
+ <widget class="QTextEdit" name="edLogger" >
+ <property name="undoRedoEnabled" >
+ <bool>false</bool>
+ </property>
+ <property name="lineWrapMode" >
+ <enum>QTextEdit::NoWrap</enum>
+ </property>
+ <property name="readOnly" >
+ <bool>true</bool>
+ </property>
+ <property name="acceptRichText" >
+ <bool>false</bool>
+ </property>
+ <property name="textInteractionFlags" >
+ <set>Qt::NoTextInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|