-
实现部门活动,展示活动,根据部门筛选活动,对部门进行订阅,搜索框不用写,可以考虑自己美化一下设计,考虑实现根据页面大小自动换行
files:
- `ui\views\page\search.slint`
- `src\Controller\View\SearchPage.h`
- `src\Controller\View\SearchPage.cc`
参考:[wiki](http…
-
I've used enums in other languages where in certain points the type system lets you infer them without having to type the whole name space. It also played nice with intellisense and you just type '.' …
-
# Problem
It takes a very long time to start the program!
This should not be the case. Is this a bug or am I doing something wrong?
This happens in any project.
**Example project:** https://gith…
-
README advises to set up a sample project via the command `cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project`
This command does not work. I see the error:
`…
-
Due to various reasons I will no longer be able to maintain this project. This includes even minor staff like accepting PRs and pushing releases.
Therefore I would like to transfer ownership to someo…
-
I've written a display driver using `embedded_graphics` and the `GraphicsOutput` protocol. I'm using that to display geometry & text to the screen, and need to get keyboard input at the same time. I …
-
Having optional properties would be extremely useful, as currently, implementing this feature requires various workarounds.
-
System: Deepin Linux V23 RC2
Core: Linux 6.6.25
Graphics platform: X11
Nodejs: 20.16.0
CPU: AMD R7 4800H
Using …
-
It would be helpful to be able to load images via `slint-viewer --load-data`. Without this, it's hard to test components without hardcoding properties in `.slint` files. The same syntax as…
-
I'm a fresh man to use rust and slint. My code like this:
slint:
```
import { Button, VerticalBox, HorizontalBox , LineEdit, TextEdit, GroupBox} from "std-widgets.slint";
export component AppW…