ui icon indicating copy to clipboard operation
ui copied to clipboard

Boost.UI library

Results 9 ui issues
Sort by recently updated
recently updated
newest added

Hey there, I was wondering if you could add two features: 1. Support for placeholder text in text boxes 2. Buttons to modify a number in a text box like...

enhancement

Hey there, I noticed that it would be really useful, if the text_box_base actually had an input event using e.g. a uistring not only for consistency's sake, but also because...

question

Hey there, I just stumbled about this and it might be the first actually not bloated (QMap, QWidget, all that annoying stuff) and most usable gui library that I have...

enhancement

Hello, I am following the instructions [here](https://github.com/kosenko/ui/tree/master/build) and get the following error on step 4 for windows. c:\Users\me\dev\boost_1_77_0>b2 libs/ui/test/ link=static C:/Users/me/dev/boost_1_77_0/tools/build/src/tools/features\address-model-feature.jam:22: in load **ERROR: rule "[[bbv2.builtin.features.address-model]]`address-model`::" unknown in module "address-model-feature".**...

I don't see any example even if I see some dialog with buttons (minimize, maximize, close etc..) and menu. The question can you disable them (buttons), change the window to...

enhancement

It would be very nice, if you support OpenGL canvas widget. A number of comments: Keep up the good work! I like native widgets. Better find 2-3 co-programmers. One man...

enhancement

can boost do crossplatform mdi? basically mdi allows the user to add a normal window into a container inside a window. its a outdated layout but its still good for...

enhancement

wxWidgets supports CMake and the CMake itself has a built-in FindBoost.cmake script. Since this library is not a part of official Boost, it would be very convenient if one could...

enhancement

Hi, I try to run the project in Linux After executing the following commands ./b2 libs/ui/build/ cxxflags=-std=c++0x ./b2 libs/ui/test/ cxxflags=-std=c++0x ./b2 libs/ui/example/ cxxflags=-std=c++0x ./b2 libs/ui/example/cpp11/ cxxflags=-std=c++0x I can successfully run...

question