From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/distributor/distributor.ui | 427 ++++++++++++++++++++++++++++++++++++ 1 file changed, 427 insertions(+) create mode 100644 examples/distributor/distributor.ui (limited to 'examples/distributor/distributor.ui') diff --git a/examples/distributor/distributor.ui b/examples/distributor/distributor.ui new file mode 100644 index 0000000..64f6f0c --- /dev/null +++ b/examples/distributor/distributor.ui @@ -0,0 +1,427 @@ + +Distributor + + + Distributor + + + + 0 + 0 + 522 + 422 + + + + Qt Distribution Wizard + + + + selectLibrary + + + <b>Select Qt Library File</b> + + + + unnamed + + + + spacer2 + + + Vertical + + + Expanding + + + + 20 + 40 + + + + + + libFilename + + + LineEditPanel + + + Sunken + + + + + libBrowseButton + + + &Browse... + + + + + textLabel1 + + + <p>Enter the filename of the Qt library to modify, or use the <i>Browse</i> button to browse for the library.</p> +<p>This wizard will allow you to modify the installation paths stored in the library.</p> + + + + + + + modifyPaths + + + <b>Modify Installation Paths</b> + + + + unnamed + + + + spacer2_2 + + + Vertical + + + Expanding + + + + 20 + 40 + + + + + + prefixBuddy + + + Installation &Prefix + + + prefixPath + + + + + libPath + + + false + + + 255 + + + + + prefixPath + + + 255 + + + + + plgPath + + + false + + + 255 + + + + + prefixBrowseButton + + + &Browse... + + + + + datPath + + + false + + + 255 + + + + + textLabel2 + + + <p>Enter the new <i>Installation Prefix</i> for the selected Qt library, or use the <i>Browse</i> button to browse for the desired directory.</p> +<p>Use the <i>Next</i> button to review your choices and perform the modification.</p> + + + + + line1 + + + HLine + + + Sunken + + + Horizontal + + + + + docPath + + + false + + + 255 + + + + + hdrPath + + + false + + + 255 + + + + + textLabel3 + + + <p>The various paths below are set automatically according to the chosen <i>Installation Prefix</i>. Uncheck the <i>Set paths from Installation Prefix</i> box to enter custom values.</p> + + + + + binPath + + + false + + + 255 + + + + + autoSet + + + Set paths from Installation Prefix + + + true + + + + + docBuddy + + + Documentation + + + + + datBuddy + + + Data + + + + + hdrBuddy + + + Headers + + + + + libBuddy + + + Libraries + + + + + plgBuddy + + + Plugins + + + + + binBuddy + + + Binaries + + + + + + + verifyMods + + + <b>Verify Modifications</b> + + + + unnamed + + + + textLabel4 + + + <p><b>Current Library File:</b> %1</p> +<table border=0> + <tr><td><b>New Installation Prefix:</b></td><td>%2</td></tr> + <tr><td></td><td></td></tr> + <tr><td><b>Binaries Path:</b></td><td>%3</td></tr> + <tr><td><b>Documentation Path:</b></td><td>%4</td></tr> + <tr><td><b>Headers Path:</b></td><td>%5</td></tr> + <tr><td><b>Libraries Path:</b></td><td>%6</td></tr> + <tr><td><b>Plugins Path:</b></td><td>%7</td></tr> + <tr><td><b>Data Path:</b></td><td>%8</td></tr> +</table> +<p>Please verify that these options are correct. Press the <i>Finish</i> button to apply these modifications to the Qt library. Use the <i>Back</i> button to make corrections. Use the <i>Cancel</i> button to abort.</p> + + + WordBreak|AlignTop + + + + + + + + autoSet + toggled(bool) + binPath + setDisabled(bool) + + + autoSet + toggled(bool) + docPath + setDisabled(bool) + + + autoSet + toggled(bool) + hdrPath + setDisabled(bool) + + + autoSet + toggled(bool) + libPath + setDisabled(bool) + + + autoSet + toggled(bool) + plgPath + setDisabled(bool) + + + autoSet + toggled(bool) + datPath + setDisabled(bool) + + + libFilename + textChanged(const QString&) + Distributor + checkLibFilename(const QString&) + + + libBrowseButton + clicked() + Distributor + browseLibFilename() + + + prefixPath + textChanged(const QString&) + Distributor + checkInstallationPrefix(const QString&) + + + prefixBrowseButton + clicked() + Distributor + browseInstallationPrefix() + + + autoSet + toggled(bool) + Distributor + toggleAutoSet(bool) + + + + libFilename + libBrowseButton + prefixPath + prefixBrowseButton + autoSet + binPath + docPath + hdrPath + libPath + plgPath + datPath + + + distributor.ui.h + + + QTimer *timer; + + + checkLibFilename( const QString & filename ) + browseLibFilename() + checkLibData() + checkInstallationPrefix( const QString &filename ) + browseInstallationPrefix() + toggleAutoSet( bool autoset ) + accept() + + + init() + showPage( QWidget * page ) + + + + -- cgit v1.2.1