-
我在WindowBar上按照已有控件方式增加了一个QLineEdit,能够正常显示,并没有设置只读,但是无法获取焦点和编辑是为什么?
![image](https://github.com/stdware/qwindowkit/assets/46254618/6937a8d7-23e7-4527-acdd-86c15eb8c487)
![image](https://github.com/…
-
你好,我使用QDialog作为子窗口,也想使用和主窗口一样的效果。主窗口使用QWK可以实现自定义的标题栏样式,我想实现QDialog子窗口也有同样的样式,但是使用之后发现QDialog无法拖动,设置样式背景颜色之后,会将关闭按钮的hover效果屏蔽掉。我的使用方法如下:
1. 主窗口调用
```C++
void MainWindow::onCommonSetting() {
C…
-
我在程序 MainWindow.cpp 中正常设置 windowTitle 可以被正常设置,
```
setWindowTitle(tr("SeaEpoch"));
```
但是,当我这样去设置 windowIcon 的时候却没办法正常显示,
```
setWindowIcon(QIcon(":/svg/favicon.svg"));
```
请问,这是为什么?设置 windowI…
SeaYJ updated
5 months ago
-
**The problem you're addressing (if any)**
Qubes is a unique only-of-its-kind computing experience for its users.
As such, windows designed to support GUI experiences within a non-containerized O…
-
Hi,
I'm using i3 as my window manager, and GNOME 3's client-side decorations (CSD), which manifest themselves in this large and ugly window top bar, just look completely out of place there, not to …
-
* Issue:
1. The attributes in the "windowBar" control, such as maximize box, minimize box, close form, sub text, and text automatically center horizontally when the width of the "windowBar" is change…
-
![e](https://github.com/stdware/qwindowkit/assets/153276814/d587aa62-1c9e-4e2e-bde0-aaf80bdfa665)
qt5.15.2,什么原因会导致这种情况
-
Since this thread has been made the main Chrome thread (because I figured out the workarounds first?), the Chrome progress as of One-Core-API 3.0.5 is:
- Chrome 103-125 is now working, including WOW6…
-
1、修改标题栏高度:
在创建标题栏时,设置固定高度即可
windowBar->setFixedHeight(40);
2、修改三个系统按钮位置:
```
windowAgent->setSystemButtonAreaCallback([](const QSize &size) {
static constexpr const int width = 75;
…
-
**Describe the bug**
Today I was working on Classic Teams, when suddenly the application forced me to login again to continue. After that, instead of going to Teams, the applcation redirects to the g…