2010-04-13 11:37:57 +02:00
|
|
|
import Qt 4.7
|
2010-01-07 12:14:35 +01:00
|
|
|
import Bauhaus 1.0
|
|
|
|
|
|
2010-01-27 18:38:09 +01:00
|
|
|
QWidget {
|
|
|
|
|
id: textSpecifics;
|
2010-01-07 12:14:35 +01:00
|
|
|
|
|
|
|
|
layout: QVBoxLayout {
|
2010-01-27 18:38:09 +01:00
|
|
|
topMargin: 0
|
|
|
|
|
bottomMargin: 0
|
|
|
|
|
leftMargin: 0
|
|
|
|
|
rightMargin: 0
|
|
|
|
|
spacing: 0
|
2010-01-07 12:14:35 +01:00
|
|
|
|
2010-01-27 18:38:09 +01:00
|
|
|
StandardTextGroupBox {
|
|
|
|
|
finished: finishedNotify;
|
2010-03-11 11:41:31 +01:00
|
|
|
}
|
2010-01-07 12:14:35 +01:00
|
|
|
|
2010-03-11 11:41:31 +01:00
|
|
|
StandardTextColorGroupBox {
|
|
|
|
|
finished: finishedNotify;
|
|
|
|
|
showSelectionColor: true;
|
|
|
|
|
showSelectedTextColor: true;
|
2010-01-07 12:14:35 +01:00
|
|
|
}
|
|
|
|
|
|
2010-01-27 18:38:09 +01:00
|
|
|
FontGroupBox {
|
|
|
|
|
finished: finishedNotify;
|
2010-01-07 12:14:35 +01:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-27 18:38:09 +01:00
|
|
|
TextInputGroupBox {
|
|
|
|
|
finished: finishedNotify;
|
2010-01-07 12:14:35 +01:00
|
|
|
}
|
2010-01-27 18:38:09 +01:00
|
|
|
QScrollArea {
|
2010-01-07 12:14:35 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|