Refactor the imports of ButtonColumn.

This commit is contained in:
Giorgos Tsiapaliwkas 2011-11-06 14:33:54 +02:00
parent 7c6f4fa374
commit 5153bfe700

View File

@ -39,9 +39,6 @@
** **
****************************************************************************/ ****************************************************************************/
import Qt 4.7
import "ButtonGroup.js" as Behavior
/**Documentanted API /**Documentanted API
Inherits: Inherits:
Column Column
@ -76,6 +73,9 @@ Properties:
Item checkedButton: Item checkedButton:
Returns the last checked button. Returns the last checked button.
**/ **/
import Qt 4.7
import "ButtonGroup.js" as Behavior
Column { Column {
id: root id: root