Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa0fa8d320 | |||
| 43564ef675 |
@@ -2,6 +2,8 @@
|
||||
|
||||
[English document](README.en.md)
|
||||
|
||||
官网地址:https://stellarx-gui.top
|
||||
|
||||
> 本仓库为 **StellarX** 主仓:开发与 Issue/PR 均在 GitHub 进行。
|
||||
> GitCode 仅为只读镜像:如需反馈请到 GitHub:https://github.com/Ysm-04/StellarX
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _
|
||||
// 3. 为按钮设置点击事件(使用Lambda表达式)
|
||||
myButton->setOnClickListener([&mainWindow]() {
|
||||
// 使用消息框工厂创建模态对话框
|
||||
auto result = StellarX::MessageBox::ShowModal(
|
||||
auto result = StellarX::MessageBox::showModal(
|
||||
mainWindow,
|
||||
"欢迎使用星垣GUI\r\n作者:我在人间做废物",
|
||||
"问候",
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
*
|
||||
* @作者: 我在人间做废物
|
||||
* @邮箱: [3150131407@qq.com] | [ysm3150131407@gmail.com]
|
||||
* @官网地址:https://stellarx-gui.top
|
||||
* @仓库: [https://github.com/Ysm-04/StellarX]
|
||||
* @官网:即将上线,敬请期待
|
||||
*
|
||||
* @许可证: MIT License
|
||||
* @版权: Copyright (c) 2025 我在人间做废物
|
||||
|
||||
Reference in New Issue
Block a user