Skip to main content

Questions tagged [user-interface]

User Interface (UI) is the system through which people interact with a computer. This tag can be used for UI-related programming questions. Note that there's a separate Stack Exchange site for User Interfaces, Interactions with the Computer and User Experience design: https://ux.stackexchange.com.

-2 votes
0 answers
31 views

Where can I see the system tray icon on MacOS? [closed]

I have created using system tray icon class in Qt C++ SDK. But I couldn't see on the MacOS System and haven't seen any system tray icon on MacOS until now. I would like to know if anyone can help me ...
David Hason's user avatar
0 votes
0 answers
20 views

QComboBox stylesheet under Linux

I am developing a Qt application for Linux and Windows. QComboBoxes should be modified so that when collapsed the characters are white and the background is dark gray. If I open it, the background in ...
Pocokman's user avatar
  • 689
-6 votes
0 answers
22 views

Need examples of UI with quick search function in Options/Tools/Preferences … [closed]

I need examples (except the ones I already know: Windows -> Control Panel; SQL Management Studio -> Tools -> Options; Google Chrome -> Settings), that implement quick search in Options/...
Victor Sotnikov's user avatar
1 vote
2 answers
56 views

Calculate a light enough shade of a given color to use as background for black text

Suppose my web app is given any random color, say purple, to use as a base accent color. Black - or nearly black - text has a bad contrast against this purple background: But if you make background a ...
Mikhail Batcer's user avatar
1 vote
1 answer
21 views

How to prevent an empty gap appearing in elements when printed?

I have below a minimal webpage that prints as two green pages with a blue box centered on each page. This is accomplished by creating two green divs that are the size of the page, and each div ...
dln385's user avatar
  • 11.9k
0 votes
0 answers
12 views

Angular PrimeNG Picklist Target to Source Not Working

I have created picklist and load the data to source and target array using a API. Dragging from source to target is working fine, But when drag from target to source the selected data row will ...
Irosh Prasad's user avatar
0 votes
1 answer
21 views

AHK Multiple clocks showing time from different time zones

Good day, I'm trying to create a script for AutoHotKey (AHK) which would show in a GUI multiple digital clocks (with different time zones). I already created a simple script with 3 different clocks ...
Neelfinity's user avatar
0 votes
1 answer
19 views

Edit DropDownMenuEntry in Flutter

Is it possible to edit the square from the DropDownMenuEntry in Flutter? My actual source code:: Container( width: screenWidth / 10, height: screenHeight / 22, decoration: BoxDecoration( ...
Marques960's user avatar
0 votes
0 answers
35 views

tailwind not working with nextjs, shadcn components

I have a NextJS project using shadcn-ui components, but after adding tailwindCSS, none of the styling shows up when trying classnames. I have configured the components.json, tailwind.config.ts, and ...
beatmaister's user avatar
-1 votes
0 answers
28 views

How to avoid real-time plot from freezing due to model prediction (1~2 seconds freezing) in pyqt6

I am doing a GUI for real-time data collection app using pyqt6, in this app I integrate a trained model. The app works fine without this model, however when it is time to do the prediction, the GUI ...
user26416177's user avatar
0 votes
1 answer
27 views

Drag and Drop Widgets within QScrollArea in PyQt6 Not Working Correctly

I'm developing a PyQt6 application where I want to enable drag-and-drop functionality for widgets within a QScrollArea. While the drag-and-drop functionality works initially, it starts behaving ...
DigitalTemplar's user avatar
0 votes
0 answers
36 views

Create a window in Qt not blocked by modal windows [closed]

I am creating an application in Qt (for Windows), which has a main window and many dialogs, which are opened in modal mode. But I also need to create windows that are not affected (blocked) by the ...
Antonio Bocaverde's user avatar
0 votes
1 answer
17 views

Why does Tab key doesn't trigger KeyPressEvent in main widget after setting adn then clearing focus on QGraphicsTextItem in PySide2

In the following code snippet, there is a strange behaviour I can't manage to understand. After I double click on the QGraphicsTextItem, the Tab key (and not any other key as far as I'm aware) is not ...
Kevin's user avatar
  • 25
-1 votes
0 answers
13 views

Navbar-nav alignment issue: Need help aligning navbar -nav to the right without margin." [closed]

I'm working on a website where I have a navbar with Bootstrap 5.3.3. I'm trying to align the navbar-nav l to the right side of the container without any extra margin, but I'm facing issues with ...
Thrilesh Naidu's user avatar
0 votes
0 answers
20 views

How to detect the proper World space UI element's position using GraphicRayCaster?

Good afternoon. I am trying to interact with UI elements within a worldspace canvas due to Unity 2022 LTS not supporting interaction via the New Input System when using a locked cursor. The issue I am ...
user171859's user avatar

15 30 50 per page
1
2 3 4 5
3836