Source: ktexteditor/editorchooser_ui.h


Annotated List
Files
Globals
Hierarchy
Index
/****************************************************************************
** Form interface generated from reading ui file './editorchooser_ui.ui'
**
** Created: Thu Dec 19 10:39:13 2002
**      by: The User Interface Compiler ()
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef EDITORCHOOSER_H
#define EDITORCHOOSER_H

#include 
#include 

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QComboBox;
class QLabel;

class EditorChooser_UI : public QWidget
{
    Q_OBJECT

public:
    EditorChooser_UI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~EditorChooser_UI();

    QLabel* TextLabel1;
    QComboBox* editorCombo;

protected:
    QVBoxLayout* EditorChooserLayout;

protected slots:
    virtual void languageChange();
};

#endif // EDITORCHOOSER_H

Generated by: caleb on tcdevel on Tue Jan 28 12:54:37 2003, using kdoc $.