From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/html/designer-manual-2.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/designer-manual-2.html') diff --git a/doc/html/designer-manual-2.html b/doc/html/designer-manual-2.html index c8d3c488..1e9c4869 100644 --- a/doc/html/designer-manual-2.html +++ b/doc/html/designer-manual-2.html @@ -108,7 +108,7 @@ body { background: #ffffff; color: black; }

We will change a few properties for each of the push buttons in the Property Editor window.

Adding Spacers
@@ -179,9 +179,9 @@ body { background: #ffffff; color: black; }
  • Select clearPushButton for the Sender, clicked() for the Signal, numberLineEdit for the Receiver, and setFocus() for the Slot.

    -

    We also need to connect the tquit button to the form:

    +

    We also need to connect the quit button to the form:

    We want to connect the calculate button and the other widgets, but the slot we want to use is not listed in the combobox. We will need to create a new slot so that we can select it from the list to complete our connections.