subsurface/qt-mobile/qml
Dirk Hohndel 3e46361518 QML UI: DiveDetailsView - set fixed column widths
In order for wrapping to work, the Text and TextEdit elements need to have
a defined width. Normally the GridLayout is supposed to be able to figure
out optimal widths for the different colums if you tell it which ones
should stretch, but that has repeatedly caused infinite loops and crashes
in the layout engine.

For now, in order to get both wrapping (and therefore no clipping of the
content) and avoid crashes, we hard code the width of the four columns by
setting Layout.maxWidth for each element in the first row of the grid.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-02-08 12:44:01 -08:00
..
icons Add top-right edit and back buttons for mobile 2016-02-07 13:56:07 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
CloudCredentials.qml QML UI: remove no longer needed debug output 2016-01-22 10:19:46 -08:00
dive.jpg Add banner image for the left drawer menu 2015-11-29 17:41:16 +01:00
DiveDetails.qml QML UI: correctly handle back key on edits 2016-02-08 08:41:42 -08:00
DiveDetailsEdit.qml QML UI: enable editing of weight 2016-02-05 22:54:47 -08:00
DiveDetailsView.qml QML UI: DiveDetailsView - set fixed column widths 2016-02-08 12:44:01 -08:00
DiveList.qml Avoid QtCreator warning about == 2016-02-07 13:57:02 -08:00
DownloadFromDiveComputer.qml Mobile. Modify DownloadFromDiveComputer.qml 2016-02-03 10:50:00 -08:00
GpsList.qml Show map from the list of GPS fixes 2016-01-24 21:27:24 -08:00
Log.qml adjustments needed for latest mobilecomponents 2016-01-06 04:44:26 +01:00
main.qml Move preferences under GPS menu 2016-02-08 08:00:27 -08:00
mobile-resources.qrc Add top-right edit and back buttons for mobile 2016-02-07 13:56:07 -08:00
Preferences.qml QML preferences: use Layout.preferredHeight within GridLayout 2016-01-20 07:54:24 -08:00
StartPage.qml QML UI: disable download from divecomputer button on start page 2016-02-07 10:09:06 -08:00
SubsurfaceButton.qml QML-UI. Improved button style 2016-01-22 06:47:06 -08:00
TextButton.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
ThemeTest.qml theme test improvements 2015-12-08 02:07:31 +01:00
TopBar.qml Move endEditMode() to DiveDetails.qml 2016-02-07 13:56:46 -08:00