2010-04-13 11:37:57 +02:00
|
|
|
import Qt 4.7
|
2010-01-27 11:48:46 +01:00
|
|
|
import Bauhaus 1.0
|
|
|
|
|
|
|
|
|
|
QVBoxLayout {
|
2010-02-05 15:42:31 +10:00
|
|
|
id: verticalLayout
|
2010-01-27 11:48:46 +01:00
|
|
|
topMargin: 20;
|
|
|
|
|
bottomMargin: 4;
|
|
|
|
|
leftMargin: 0;
|
|
|
|
|
rightMargin: 10;
|
|
|
|
|
spacing: 4
|
|
|
|
|
}
|