Refactor the imports of ButtonColumn.
This commit is contained in:
parent
7c6f4fa374
commit
5153bfe700
@ -39,9 +39,6 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import Qt 4.7
|
||||
import "ButtonGroup.js" as Behavior
|
||||
|
||||
/**Documentanted API
|
||||
Inherits:
|
||||
Column
|
||||
@ -76,6 +73,9 @@ Properties:
|
||||
Item checkedButton:
|
||||
Returns the last checked button.
|
||||
**/
|
||||
import Qt 4.7
|
||||
import "ButtonGroup.js" as Behavior
|
||||
|
||||
Column {
|
||||
id: root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user