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
|
/**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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user