summaryrefslogtreecommitdiffstats
path: root/howtos/openhowtos.rst
blob: 0b89838fc1c48709e58a63f7c94b11d0115514c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
..
    ---------------------------------------------------------------------------
    Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
    All rights reserved.
    This work, unless otherwise expressly stated, is licensed under a
    Creative Commons Attribution-ShareAlike 2.5.
    The full license document is available from
    http://creativecommons.org/licenses/by-sa/2.5/legalcode .
    ---------------------------------------------------------------------------


.. _open_howtos_anchor:

Unsorted Open Questions
=======================

     How to store simple applicaition setting with sqlite/ json?

     How to get data using ajax calls?

     Security considerations with network loaded code.

     How to visualize boundaries of elements?

     How to make a splashscreen?

     How to make a dialog?

     What is the diff between positions and anchors?

     Why cant i use anchoring lines to calculate positions and size?

     What are the different type of components?

     What the different ways to use nimations?

     How to define a new data type?

     Enums in QML?

     How to use font metrics in qml?

     How to have to format my text?

     How do intercept application closure?

     How to create your own module and package?

     How to adapt the size of the element according to the content?

     What is the diff between opacity, visibility and enabled properities?

     How to use svg files?

     How to make a transparent windowing application?

     How to connect to web services?

     Asynchronus and synchronys signal-slot delivery?

     Whats the difference of a module and a package?

     How to work date and time?

     How to intercept when the application is not active?

     How to create keyboard shortcuts?