[PR #323] [MERGED] Added properties of Controls to Layout Designer. #312

Closed
opened 2026-05-05 03:45:29 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/323
Author: @ortman
Created: 11/18/2025
Status: Merged
Merged: 11/20/2025
Merged by: @mirek-fidler

Base: masterHead: ctrl-properties


📝 Commits (4)

  • f7a6c72 CtrlLib: Added ButtonOption to Layout Designer.
  • 214a6f4 CtrlLib: Added SetFont/GetFont methods. Added font, color, percent, total properties to Layout Designer.
  • e9e893e CtrlLib: Added range and step properties of SliderCtrl to Layout Designer.
  • 7e43b6c CtrlLib: Return non reference of GetFont method of ProgressIdicator control

📊 Changes

4 files changed (+28 additions, -6 deletions)

View changed files

📝 uppsrc/CtrlLib/CtrlLib.usc (+20 -2)
📝 uppsrc/CtrlLib/Progress.cpp (+4 -3)
📝 uppsrc/CtrlLib/Progress.h (+3 -0)
📝 uppsrc/CtrlLib/PushCtrl.h (+1 -1)

📄 Description

  • Range and Step properties of SliderCtrl.
  • Added ButtonOption control.
  • Color, Percent, Total and SetFont properties of ProgressIndicator.

🔄 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/ultimatepp/ultimatepp/pull/323 **Author:** [@ortman](https://github.com/ortman) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `ctrl-properties` --- ### 📝 Commits (4) - [`f7a6c72`](https://github.com/ultimatepp/ultimatepp/commit/f7a6c724bf2aef5570b57288ac14479566d8fae6) CtrlLib: Added ButtonOption to Layout Designer. - [`214a6f4`](https://github.com/ultimatepp/ultimatepp/commit/214a6f4f0ddf117bf8cd0743c068c02660f1b723) CtrlLib: Added SetFont/GetFont methods. Added font, color, percent, total properties to Layout Designer. - [`e9e893e`](https://github.com/ultimatepp/ultimatepp/commit/e9e893e6b3cb684fbf86481c8a0beb72de501ae2) CtrlLib: Added range and step properties of SliderCtrl to Layout Designer. - [`7e43b6c`](https://github.com/ultimatepp/ultimatepp/commit/7e43b6c184699fe3749ca81344c69ac0512a867e) CtrlLib: Return non reference of GetFont method of ProgressIdicator control ### 📊 Changes **4 files changed** (+28 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/CtrlLib/CtrlLib.usc` (+20 -2) 📝 `uppsrc/CtrlLib/Progress.cpp` (+4 -3) 📝 `uppsrc/CtrlLib/Progress.h` (+3 -0) 📝 `uppsrc/CtrlLib/PushCtrl.h` (+1 -1) </details> ### 📄 Description - Range and Step properties of SliderCtrl. - Added ButtonOption control. - Color, Percent, Total and SetFont properties of ProgressIndicator. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:45:29 -06:00
Sign in to join this conversation.
No labels
pull-request
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/ultimatepp#312
No description provided.