Refactor the imports of ButtonRow.qml
This commit is contained in:
parent
5153bfe700
commit
c481b77b26
@ -39,10 +39,6 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 1.1
|
||||
import "ButtonGroup.js" as Behavior
|
||||
|
||||
|
||||
/**Documentanted API
|
||||
Inherits:
|
||||
Row
|
||||
@ -77,6 +73,10 @@ Properties:
|
||||
Item checkedButton:
|
||||
Returns the last checked button.
|
||||
**/
|
||||
|
||||
import QtQuick 1.1
|
||||
import "ButtonGroup.js" as Behavior
|
||||
|
||||
Row {
|
||||
id: root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user