Programming with Qt
Writing Portable GUI applications on Unix and Win32

Second Edition Februar 2002
ISBN 978-0-596-00064-6
Seiten 520
EUR38.00, SFR64.90


Weitere Informationen zu diesem Buch

Inhaltsverzeichnis | Index | Probekapitel | Kolophon | Rezensionen |
Stimmen | Errata | Beispiele |


Errata

	page 228, code example 10-1: Change the class declaration for the
ISBNValidator class to the following:

class ISBNValidator : public QValidator
{
public:
  ISBNValidator() : QValidator( 0 ) {};
  virtual State validate( QString&, int& ) const;
  virtual void fixup( QString& ) const;
};

page 228ff., code example 10-1: Change text[pos] to text[pos-1] three
times and pos >= text.length() to pos > text.length() once.
	

Zurück zu Programming with Qt


Themen

Buchreihen

Special Interest

International Sites

O'Reilly China O'Reilly France O'Reilly USA O'Reilly Japan O'Reilly Taiwan