<trbgcolor=#f0f0f0><td><b><ahref="tqlocalfs.html">TQLocalFs</a></b><td>Implementation of a TQNetworkProtocol that works on the local file system
<trbgcolor=#f0f0f0><td><b><ahref="tqlocale.html">TQLocale</a></b><td>Converts between numbers and their string representations in various languages
<trbgcolor=#f0f0f0><td><b><ahref="tqmacmime.html">TQMacMime</a></b><td>Maps open-standard MIME to Mac flavors
<trbgcolor=#f0f0f0><td><b><ahref="qmacstyle.html">TQMacStyle</a></b><td>Implements an Appearance Manager style
<trbgcolor=#f0f0f0><td><b><ahref="tqmacstyle.html">TQMacStyle</a></b><td>Implements an Appearance Manager style
<trbgcolor=#f0f0f0><td><b><ahref="tqmainwindow.html">TQMainWindow</a></b><td>Main application window, with a menu bar, dock windows (e.g. for toolbars), and a status bar
<trbgcolor=#f0f0f0><td><b><ahref="tqmap.html">TQMap</a></b><td>Value-based template class that provides a dictionary
<trbgcolor=#f0f0f0><td><b><ahref="tqmapconstiterator.html">TQMapConstIterator</a></b><td>Iterator for TQMap
<trbgcolor=#f0f0f0><td><b><ahref="tqmemarray.html">TQMemArray</a></b><td>Template class that provides arrays of simple types
<trbgcolor=#f0f0f0><td><b><ahref="tqmenubar.html">TQMenuBar</a></b><td>Horizontal menu bar
<trbgcolor=#f0f0f0><td><b><ahref="tqmenudata.html">TQMenuData</a></b><td>Base class for TQMenuBar and TQPopupMenu
<trbgcolor=#f0f0f0><td><b><ahref="ntqmessagebox.html">TQMessageBox</a></b><td>Modal dialog with a short message, an icon, and some buttons
<trbgcolor=#f0f0f0><td><b><ahref="ntqmetaobject.html">TQMetaObject</a></b><td>Meta information about TQt objects
<trbgcolor=#f0f0f0><td><b><ahref="qmetaproperty.html">TQMetaProperty</a></b><td>Stores meta data about a property
<trbgcolor=#f0f0f0><td><b><ahref="tqmessagebox.html">TQMessageBox</a></b><td>Modal dialog with a short message, an icon, and some buttons
<trbgcolor=#f0f0f0><td><b><ahref="tqmetaobject.html">TQMetaObject</a></b><td>Meta information about TQt objects
<trbgcolor=#f0f0f0><td><b><ahref="tqmetaproperty.html">TQMetaProperty</a></b><td>Stores meta data about a property
<trbgcolor=#f0f0f0><td><b><ahref="tqmimesource.html">TQMimeSource</a></b><td>Abstraction of objects which provide formatted data of a certain MIME type
<trbgcolor=#f0f0f0><td><b><ahref="tqmimesourcefactory.html">TQMimeSourceFactory</a></b><td>Extensible provider of mime-typed data
<trbgcolor=#f0f0f0><td><b><ahref="tqmotif.html">TQMotif</a></b><td>The basis of the <ahref="motif-extension.html#Motif">Motif</a> Extension
<trbgcolor=#f0f0f0><td><b><ahref="tqradiobutton.html">TQRadioButton</a></b><td>Radio button with a text or pixmap label
<trbgcolor=#f0f0f0><td><b><ahref="ntqrangecontrol.html">TQRangeControl</a></b><td>Integer value within a range
<trbgcolor=#f0f0f0><td><b><ahref="tqrangecontrol.html">TQRangeControl</a></b><td>Integer value within a range
<trbgcolor=#f0f0f0><td><b><ahref="tqrect.html">TQRect</a></b><td>Defines a rectangle in the plane
<trbgcolor=#f0f0f0><td><b><ahref="tqregexp.html">TQRegExp</a></b><td>Pattern matching using regular expressions
<trbgcolor=#f0f0f0><td><b><ahref="tqregexpvalidator.html">TQRegExpValidator</a></b><td>Used to check a string against a <ahref="tqregexp.html#regular-expression">regular expression</a>
<trbgcolor=#f0f0f0><td><b><ahref="tqregion.html">TQRegion</a></b><td>Clip region for a painter
<trbgcolor=#f0f0f0><td><b><ahref="qresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events
<trbgcolor=#f0f0f0><td><b><ahref="tqresizeevent.html">TQResizeEvent</a></b><td>Event parameters for resize events
<trbgcolor=#f0f0f0><td><b><ahref="tqsgistyle.html">TQSGIStyle</a></b><td>SGI/Irix look and feel
<trbgcolor=#f0f0f0><td><b><ahref="tqscrollbar.html">TQScrollBar</a></b><td>Vertical or horizontal scroll bar
<trbgcolor=#f0f0f0><td><b><ahref="tqscrollview.html">TQScrollView</a></b><td>Scrolling area with on-demand scroll bars
<p>If the data has changed (<tt>m_changed</tt> is TRUE), we present the user with a message box offering the option of saving their data, or cancelling the current operation (e.g. not loading a new file, or not creating a new set of colors), or abandoning their changes and continuing. We make the <b>Save</b> button the default button (pressed by <b>Enter</b>) and the <b>Cancel</b> button the escape button (pressed by <b>Esc</b>).</p>
<p>Since we're using a <ahref="ntqmessagebox.html">TQMessageBox</a> we need to include the relevant header. (Right click "Includes (in Implementation)", then click <b>New</b>. Type "ntqmessagebox.h" and press <b>Enter</b>.)</p>
<p>Since we're using a <ahref="tqmessagebox.html">TQMessageBox</a> we need to include the relevant header. (Right click "Includes (in Implementation)", then click <b>New</b>. Type "tqmessagebox.h" and press <b>Enter</b>.)</p>
<p>You should now have added the following declaration to your includes (in implementation):</p>
<p>TQt has equivalents for most GTK+ widgets, but Glade also supports GNOME, whose goal is to provide a complete desktop environment. Because TQt's scope is narrower, when <em>TQt Designer</em> encounters a widget it cannot convert, it replaces it with a label that indicates the problem. For example, a GnomePaperSelector will be replaced by a <ahref="tqlabel.html">TQLabel</a> whose text is "GnomePaperSelector?" in red. If you are porting to KDE, you might want to use the corresponding KDE widget.</p>
<p>Other GTK+/GNOME widgets are only supported in certain contexts. For example, the GnomeDruid can be embedded in another widget, whereas the corresponding <ahref="tqwizard.html">TQWizard</a> class cannot.</p>
<li><p>Message boxes and other high-level dialogs</p>
<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <ahref="ntqmessagebox.html">TQMessageBox</a> dialog, a <ahref="tqfiledialog.html">TQFileDialog</a>, a <ahref="tqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p>
<p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <ahref="tqmessagebox.html">TQMessageBox</a> dialog, a <ahref="tqfiledialog.html">TQFileDialog</a>, a <ahref="tqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p>
<li><p>Stand-alone popup menus</p>
<p><em>TQt Designer</em> only supports popup menus inside a <ahref="tqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <ahref="tqpopupmenu.html">TQPopupMenu</a>.</p>
<aname="x1684"></a>void DirectoryView::<ahref="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <ahref="qmouseevent.html">TQMouseEvent</a>* e )
<aname="x1684"></a>void DirectoryView::<ahref="tqlistview.html#contentsMousePressEvent">contentsMousePressEvent</a>( <ahref="tqmouseevent.html">TQMouseEvent</a>* e )
<aname="x1683"></a>void DirectoryView::<ahref="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <ahref="qmouseevent.html">TQMouseEvent</a>* e )
<aname="x1683"></a>void DirectoryView::<ahref="tqlistview.html#contentsMouseMoveEvent">contentsMouseMoveEvent</a>( <ahref="tqmouseevent.html">TQMouseEvent</a>* e )