[PR #1813] [CLOSED] Use Qt6 instead of Qt5 #1828

Closed
opened 2026-05-05 08:02:44 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1813
Author: @tnixeu
Created: 10/20/2022
Status: Closed

Base: masterHead: qt6


📝 Commits (1)

📊 Changes

15 files changed (+57 additions, -52 deletions)

View changed files

doc/newsfragments/support_qt6.md (+3 -0)
📝 src/gui/CMakeLists.txt (+3 -3)
📝 src/gui/src/AboutDialog.cpp (+1 -1)
📝 src/gui/src/BarrierLocale.cpp (+1 -1)
📝 src/gui/src/KeySequence.cpp (+1 -1)
📝 src/gui/src/MainWindow.cpp (+3 -3)
📝 src/gui/src/NewScreenWidget.cpp (+1 -1)
📝 src/gui/src/QUtility.cpp (+2 -0)
📝 src/gui/src/Screen.cpp (+7 -7)
📝 src/gui/src/ScreenSettingsDialog.cpp (+5 -4)
📝 src/gui/src/ScreenSetupModel.cpp (+1 -1)
📝 src/gui/src/ScreenSetupView.cpp (+6 -8)
📝 src/gui/src/ScreenSetupView.h (+1 -1)
📝 src/gui/src/ServerConfig.cpp (+19 -19)
📝 src/gui/src/VersionChecker.cpp (+3 -2)

📄 Description

Contributor Checklist:

  • I have created a file in the doc/newsfragments directory IF it is a
    user-visible change (and make sure to read the README.md in that directory)

I was curious if barrier can be compiled with Qt6. So far I crudely fixed all the compile errors by Qt6 alternatives. I seems to be running, however, I have not yet tried to connect to another PC.

Is anybody interested in a port to Qt6? If so, I could extend the PR to support both Qt5 and Qt6.

I have opened it here as a PR because as an issue I could only report a bug but not request a feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/1813 **Author:** [@tnixeu](https://github.com/tnixeu) **Created:** 10/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `qt6` --- ### 📝 Commits (1) - [`7fa0abd`](https://github.com/debauchee/barrier/commit/7fa0abd5c96c2c9cf7900f235d1a6dfabc419a7b) Use Qt6 instead of Qt5 ### 📊 Changes **15 files changed** (+57 additions, -52 deletions) <details> <summary>View changed files</summary> ➕ `doc/newsfragments/support_qt6.md` (+3 -0) 📝 `src/gui/CMakeLists.txt` (+3 -3) 📝 `src/gui/src/AboutDialog.cpp` (+1 -1) 📝 `src/gui/src/BarrierLocale.cpp` (+1 -1) 📝 `src/gui/src/KeySequence.cpp` (+1 -1) 📝 `src/gui/src/MainWindow.cpp` (+3 -3) 📝 `src/gui/src/NewScreenWidget.cpp` (+1 -1) 📝 `src/gui/src/QUtility.cpp` (+2 -0) 📝 `src/gui/src/Screen.cpp` (+7 -7) 📝 `src/gui/src/ScreenSettingsDialog.cpp` (+5 -4) 📝 `src/gui/src/ScreenSetupModel.cpp` (+1 -1) 📝 `src/gui/src/ScreenSetupView.cpp` (+6 -8) 📝 `src/gui/src/ScreenSetupView.h` (+1 -1) 📝 `src/gui/src/ServerConfig.cpp` (+19 -19) 📝 `src/gui/src/VersionChecker.cpp` (+3 -2) </details> ### 📄 Description ## Contributor Checklist: * [x] I have created a file in the `doc/newsfragments` directory *IF* it is a user-visible change (and make sure to read the `README.md` in that directory) I was curious if barrier can be compiled with Qt6. So far I crudely fixed all the compile errors by Qt6 alternatives. I seems to be running, however, I have not yet tried to connect to another PC. Is anybody interested in a port to Qt6? If so, I could extend the PR to support both Qt5 and Qt6. I have opened it here as a PR because as an issue I could only report a bug but not request a feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:02:44 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1828
No description provided.