Table of Contents

Eric3 Source Documentation: Wizards.MessageBoxWizard  
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>MessageBoxWizardForm</class>
<widget class="QDialog">
    <property name="name">
        <cstring>MessageBoxWizardForm</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>528</width>
            <height>368</height>
        </rect>
    </property>
    <property name="caption">
        <string>QMessageBox Wizard</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>6</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="QButtonGroup">
            <property name="name">
                <cstring>buttonGroup1</cstring>
            </property>
            <property name="title">
                <string>Type</string>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>6</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>rInformation</cstring>
                    </property>
                    <property name="text">
                        <string>Information</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Generate an Information QMessageBox</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>rWarning</cstring>
                    </property>
                    <property name="text">
                        <string>Warning</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Generate an Warning QMessageBox</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>rCritical</cstring>
                    </property>
                    <property name="text">
                        <string>Critical</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Generate an Critical QMessageBox</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>rAbout</cstring>
                    </property>
                    <property name="text">
                        <string>About</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Generate an About QMessageBox</string>
                    </property>
                </widget>
                <widget class="QRadioButton">
                    <property name="name">
                        <cstring>rAboutQt</cstring>
                    </property>
                    <property name="text">
                        <string>About Qt</string>
                    </property>
                    <property name="toolTip" stdset="0">
                        <string>Generate an AboutQt QMessageBox</string>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel1</cstring>
            </property>
            <property name="text">
                <string>Caption</string>
            </property>
        </widget>
        <widget class="QLineEdit">
            <property name="name">
                <cstring>eCaption</cstring>
            </property>
            <property name="toolTip" stdset="0">
                <string>Enter the caption for the QMessageBox</string>
            </property>
        </widget>
        <widget class="QLabel">
            <property name="name">
                <cstring>textLabel2</cstring>
            </property>
            <property name="text">
                <string>Message</string>
            </property>
        </widget>
        <widget class="QTextEdit">
            <property name="name">
                <cstring>eMessage</cstring>
            </property>
            <property name="toolTip" stdset="0">
                <string>Enter the message to be shown in the QMessageBox</string>
            </property>
        </widget>
        <widget class="QGroupBox">
            <property name="name">
                <cstring>Buttons</cstring>
            </property>
            <property name="title">
                <string>Buttons</string>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>6</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout3</cstring>
                    </property>
                    <grid>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="QComboBox" row="1" column="1">
                            <item>
                                <property name="text">
                                    <string></string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;OK</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Cancel</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Yes</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;No</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Abort</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Retry</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Ignore</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>cButton1</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="editable">
                                <bool>true</bool>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Enter the text of button 1</string>
                            </property>
                        </widget>
                        <widget class="QComboBox" row="1" column="0">
                            <item>
                                <property name="text">
                                    <string></string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;OK</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Cancel</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Yes</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;No</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Abort</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Retry</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Ignore</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>cButton0</cstring>
                            </property>
                            <property name="editable">
                                <bool>true</bool>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Enter the text of button 0</string>
                            </property>
                        </widget>
                        <widget class="QLabel" row="0" column="2">
                            <property name="name">
                                <cstring>textLabel3_2_2</cstring>
                            </property>
                            <property name="text">
                                <string>Button 2</string>
                            </property>
                        </widget>
                        <widget class="QComboBox" row="1" column="2">
                            <item>
                                <property name="text">
                                    <string></string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;OK</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Cancel</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Yes</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;No</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Abort</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Retry</string>
                                </property>
                            </item>
                            <item>
                                <property name="text">
                                    <string>&amp;Ignore</string>
                                </property>
                            </item>
                            <property name="name">
                                <cstring>cButton2</cstring>
                            </property>
                            <property name="enabled">
                                <bool>false</bool>
                            </property>
                            <property name="editable">
                                <bool>true</bool>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Enter the text of button 2</string>
                            </property>
                        </widget>
                        <widget class="QLabel" row="0" column="1">
                            <property name="name">
                                <cstring>textLabel3_2</cstring>
                            </property>
                            <property name="text">
                                <string>Button 1</string>
                            </property>
                        </widget>
                        <widget class="QLabel" row="0" column="0">
                            <property name="name">
                                <cstring>textLabel3</cstring>
                            </property>
                            <property name="text">
                                <string>Button 0</string>
                            </property>
                        </widget>
                    </grid>
                </widget>
                <widget class="QLayoutWidget">
                    <property name="name">
                        <cstring>Layout5</cstring>
                    </property>
                    <hbox>
                        <property name="name">
                            <cstring>unnamed</cstring>
                        </property>
                        <property name="margin">
                            <number>0</number>
                        </property>
                        <property name="spacing">
                            <number>6</number>
                        </property>
                        <widget class="QLabel">
                            <property name="name">
                                <cstring>TextLabel1</cstring>
                            </property>
                            <property name="text">
                                <string>Default Button:</string>
                            </property>
                        </widget>
                        <widget class="QSpinBox">
                            <property name="name">
                                <cstring>sDefault</cstring>
                            </property>
                            <property name="maxValue">
                                <number>0</number>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Enter the index of the default button</string>
                            </property>
                        </widget>
                        <widget class="QLabel">
                            <property name="name">
                                <cstring>TextLabel2</cstring>
                            </property>
                            <property name="text">
                                <string>Escape Button:</string>
                            </property>
                        </widget>
                        <widget class="QSpinBox">
                            <property name="name">
                                <cstring>sEscape</cstring>
                            </property>
                            <property name="maxValue">
                                <number>0</number>
                            </property>
                            <property name="minValue">
                                <number>-1</number>
                            </property>
                            <property name="value">
                                <number>-1</number>
                            </property>
                            <property name="toolTip" stdset="0">
                                <string>Enter the index of the button to be activated upon pressing Esc or -1 to ignore</string>
                            </property>
                        </widget>
                    </hbox>
                </widget>
            </vbox>
        </widget>
        <widget class="QLayoutWidget">
            <property name="name">
                <cstring>Layout2</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <property name="margin">
                    <number>0</number>
                </property>
                <property name="spacing">
                    <number>6</number>
                </property>
                <spacer>
                    <property name="name">
                        <cstring>Spacer3</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>134</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>pushButton3</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;OK</string>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>pushButton4</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Cancel</string>
                    </property>
                </widget>
                <widget class="QPushButton">
                    <property name="name">
                        <cstring>pushButton2</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Test</string>
                    </property>
                    <property name="default">
                        <bool>true</bool>
                    </property>
                </widget>
                <spacer>
                    <property name="name">
                        <cstring>Spacer4</cstring>
                    </property>
                    <property name="orientation">
                        <enum>Horizontal</enum>
                    </property>
                    <property name="sizeType">
                        <enum>Expanding</enum>
                    </property>
                    <property name="sizeHint">
                        <size>
                            <width>134</width>
                            <height>0</height>
                        </size>
                    </property>
                </spacer>
            </hbox>
        </widget>
    </vbox>
</widget>
<connections>
    <connection>
        <sender>pushButton3</sender>
        <signal>clicked()</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>accept()</slot>
    </connection>
    <connection>
        <sender>pushButton2</sender>
        <signal>clicked()</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>testMsg()</slot>
    </connection>
    <connection>
        <sender>pushButton4</sender>
        <signal>clicked()</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>reject()</slot>
    </connection>
    <connection>
        <sender>buttonGroup1</sender>
        <signal>clicked(int)</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>typeSelected(int)</slot>
    </connection>
    <connection>
        <sender>cButton0</sender>
        <signal>textChanged(const QString&amp;)</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>button0Text(const QString&amp;)</slot>
    </connection>
    <connection>
        <sender>cButton1</sender>
        <signal>textChanged(const QString&amp;)</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>button1Text(const QString&amp;)</slot>
    </connection>
    <connection>
        <sender>cButton2</sender>
        <signal>textChanged(const QString&amp;)</signal>
        <receiver>MessageBoxWizardForm</receiver>
        <slot>button2Text(const QString&amp;)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>rInformation</tabstop>
    <tabstop>rWarning</tabstop>
    <tabstop>rCritical</tabstop>
    <tabstop>rAbout</tabstop>
    <tabstop>rAboutQt</tabstop>
    <tabstop>eCaption</tabstop>
    <tabstop>eMessage</tabstop>
    <tabstop>cButton0</tabstop>
    <tabstop>cButton1</tabstop>
    <tabstop>cButton2</tabstop>
    <tabstop>sDefault</tabstop>
    <tabstop>sEscape</tabstop>
    <tabstop>pushButton3</tabstop>
    <tabstop>pushButton4</tabstop>
    <tabstop>pushButton2</tabstop>
</tabstops>
<slots>
    <slot>button0Text(const QString&amp;)</slot>
    <slot>button1Text(const QString&amp;)</slot>
    <slot>button2Text(const QString&amp;)</slot>
    <slot>testMsg()</slot>
    <slot>typeSelected(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="6"/>
</UI>

Table of Contents

This document was automatically generated by HappyDoc version 2.1