diff -r 000000000000 -r 1918ee327afb tests/auto/uic3/baseline/book.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/uic3/baseline/book.ui Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,189 @@ + +BookForm +qsqlrecord.h +editbook.h +qdatabrowser.h +book.ui.h + + + + BookForm + + + + 0 + 0 + 490 + 504 + + + + Book + + + + unnamed + + + 11 + + + 6 + + + + Splitter1 + + + MShape + + + MShadow + + + Vertical + + + + + Surname + + + surname + + + + + Forename + + + forename + + + + AuthorDataTable + + + true + + + + surname ASC + forename ASC + + + + + (default) + author + + + + + + + Title + + + title + + + + + Price + + + price + + + + + Notes + + + notes + + + + BookDataTable + + + true + + + + title ASC + + + + + (default) + book + + + + + + + Layout5 + + + + unnamed + + + 0 + + + 6 + + + + EditPushButton + + + &Edit Books + + + + + QuitPushButton + + + &Quit + + + + + + + + + QuitPushButton + clicked() + BookForm + accept() + + + EditPushButton + clicked() + BookForm + editClicked() + + + AuthorDataTable + primeInsert(QSqlRecord*) + BookForm + primeInsertAuthor(QSqlRecord*) + + + AuthorDataTable + currentChanged(QSqlRecord*) + BookForm + newCurrentAuthor(QSqlRecord*) + + editClicked() + newCurrentAuthor( QSqlRecord * author ) + primeInsertAuthor( QSqlRecord * buffer ) + +