From d8a179128c0fa8e9cc482df58b9334c696602be6 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 25 Sep 2012 15:20:41 +0200 Subject: Qt Bluetooth: Modularized documentation -moved documentation to src/bluetooth/doc -added a qdocconf file for Qt Bluetooth -fixed relative paths for snippets -moved examples to examples/bluetooth Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1 Reviewed-by: Alex --- examples/bluetooth/btfiletransfer/pindisplay.ui | 89 +++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 examples/bluetooth/btfiletransfer/pindisplay.ui (limited to 'examples/bluetooth/btfiletransfer/pindisplay.ui') diff --git a/examples/bluetooth/btfiletransfer/pindisplay.ui b/examples/bluetooth/btfiletransfer/pindisplay.ui new file mode 100644 index 00000000..02bf7d50 --- /dev/null +++ b/examples/bluetooth/btfiletransfer/pindisplay.ui @@ -0,0 +1,89 @@ + + + pinDisplay + + + + 0 + 0 + 240 + 153 + + + + Enter Pin Code + + + + + + + Monospace + 24 + 75 + true + + + + 012345 + + + Qt::AlignCenter + + + + + + + TextLabel + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + pinDisplay + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + pinDisplay + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3