We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files with extension .slint are used by slint framework e.g. - https://github.com/slint-ui/slint/blob/v1.3.2/examples/slide_puzzle/slide_puzzle.slint
struct Piece { // col/row position of the tile in the puzzle pos-x: int, pos-y: int, // offset in pixel from the base position for the kicking animation offset-x: length, offset-y: length, } struct Theme { name: string, window-background-color: brush, game-background-color: brush, game-use-background-image: bool, game-border: length, game-radius: length, game-text-color: color, game-highlight-color: color, piece-border: length, piece-background-1: brush, piece-background-2: brush, piece-border-color-1: brush, piece-border-color-2: brush, piece-text-color-1: color, piece-text-color-2: color, piece-text-weight-incorrect-pos: int, piece-text-weight-correct-pos: int, piece-text-font-family: string, piece-radius: length, /// Ratio of the piece size piece-spacing: float, }
The text was updated successfully, but these errors were encountered:
#1054
Sorry, something went wrong.
No branches or pull requests
Files with extension .slint are used by slint framework e.g. - https://github.com/slint-ui/slint/blob/v1.3.2/examples/slide_puzzle/slide_puzzle.slint
The text was updated successfully, but these errors were encountered: