Sponsored Content
Full Discussion: Editors for UNIX
Top Forums UNIX for Dummies Questions & Answers Editors for UNIX Post 20349 by Inbal on Thursday 25th of April 2002 02:18:26 AM
Old 04-25-2002
Question Editors for UNIX

Where can i find editors for UNIX?
thanks
 

5 More Discussions You Might Find Interesting

1. Programming

editors?

Just started out with C and are looking for a good editor in *nix that marks the code with colors. This is maybe a newbie thing to have the C code in colors but i like it and you can almost always se when you are typing wrong. :) Ive heard that emacs should have that option but i havent... (3 Replies)
Discussion started by: hexdoctor
3 Replies

2. UNIX for Dummies Questions & Answers

Mail utilities and editors.

I was wondering what other mail utilities besides 'mutt, unix mail, PINE and elm' are available for unix. Also, what other editors are around besides 'VI, pico, vim and emacs'... I've been searching the net looking for some answers, but nothing much has come up.. thanx! (1 Reply)
Discussion started by: Shonnie
1 Replies

3. Windows & DOS: Issues & Discussions

GUI Text Editors in WinXP -- what's their problem?

jEdit, Total Edit, EDXOR, all have one thing in common -- whatever they save in what they call "Unix" encoding and line endings inevitably shows up in a CLI text editor like pico or vim having garbage characters somewhere close to the beginning or, though this is more rare, somewhere in the body of... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

4. UNIX and Linux Applications

opinions on video editors

What is everyones opinions on these video editors? PiTiVi Avidemux Cinelerra Kdenlive Kino Linux Video Editing: Top Five Linux Video Editors (0 Replies)
Discussion started by: cokedude
0 Replies

5. UNIX for Dummies Questions & Answers

UNIX Basics about shell and editors and default settings

Hi all, I have 3-4 years of experience working on unix environment. I am not a beginner, but unix is not my primary skill set. I am very good at awk programming and doing many of my tasks very well, really very weak on basics. I moved to a new job recently and the settings there are driving me... (5 Replies)
Discussion started by: ysvsr1
5 Replies
QSqlEditorFactory(3qt)													    QSqlEditorFactory(3qt)

NAME
QSqlEditorFactory - Used to create the editors used by QDataTable and QSqlForm SYNOPSIS
#include <qsqleditorfactory.h> Inherits QEditorFactory. Public Members QSqlEditorFactory ( QObject * parent = 0, const char * name = 0 ) ~QSqlEditorFactory () virtual QWidget * createEditor ( QWidget * parent, const QVariant & variant ) virtual QWidget * createEditor ( QWidget * parent, const QSqlField * field ) Static Public Members QSqlEditorFactory * defaultFactory () void installDefaultFactory ( QSqlEditorFactory * factory ) DESCRIPTION
The QSqlEditorFactory class is used to create the editors used by QDataTable and QSqlForm. QSqlEditorFactory is used by QDataTable and QSqlForm to automatically create appropriate editors for a given QSqlField. For example if the field is a QVariant::String a QLineEdit would be the default editor, whereas a QVariant::Int's default editor would be a QSpinBox. If you want to create different editors for fields with the same data type, subclass QSqlEditorFactory and reimplement the createEditor() function. See also QDataTable, QSqlForm, and Database Classes. MEMBER FUNCTION DOCUMENTATION
QSqlEditorFactory::QSqlEditorFactory ( QObject * parent = 0, const char * name = 0 ) Constructs a SQL editor factory with parent parent, called name. QSqlEditorFactory::~QSqlEditorFactory () Destroys the object and frees any allocated resources. QWidget * QSqlEditorFactory::createEditor ( QWidget * parent, const QVariant & variant ) [virtual] Creates and returns the appropriate editor widget for the QVariant variant. The widget that is returned has the parent parent (which may be zero). If variant is invalid, 0 is returned. Reimplemented from QEditorFactory. QWidget * QSqlEditorFactory::createEditor ( QWidget * parent, const QSqlField * field ) [virtual] This is an overloaded member function, provided for convenience. It behaves essentially like the above function. Creates and returns the appropriate editor for the QSqlField field. QSqlEditorFactory * QSqlEditorFactory::defaultFactory () [static] Returns an instance of a default editor factory. void QSqlEditorFactory::installDefaultFactory ( QSqlEditorFactory * factory ) [static] Replaces the default editor factory with factory. All QDataTable and QSqlForm instantiations will use this new factory for creating field editors. QSqlEditorFactory takes ownership of &#92;a factory, and destroys it when it is no longer needed. SEE ALSO
http://doc.trolltech.com/qsqleditorfactory.html http://www.trolltech.com/faq/tech.html COPYRIGHT
Copyright 1992-2001 Trolltech AS, http://www.trolltech.com. See the license file included in the distribution for a complete license statement. AUTHOR
Generated automatically from the source code. BUGS
If you find a bug in Qt, please report it as described in http://doc.trolltech.com/bughowto.html. Good bug reports help us to help you. Thank you. The definitive Qt documentation is provided in HTML format; it is located at $QTDIR/doc/html and can be read using Qt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. If you find errors in this manual page, please report them to qt-bugs@trolltech.com. Please include the name of the manual page (qsqleditorfactory.3qt) and the Qt version (3.1.1). Trolltech AS 9 December 2002 QSqlEditorFactory(3qt)
All times are GMT -4. The time now is 10:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy