Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

How to change background-color of QPushButton in PyQtDarkTheme

I'm trying to change the background-color of my QPushButtons in PyQtDarkTheme, but it just doesn't work. My real project i'm working on. I've tried it like this, changing the text-color or ...
André's user avatar
  • 1
0 votes
0 answers
44 views

Tkinter: widgets are enclosed in white rectangles

My app has a background and various widgets. Unfortunately, these widgets are enclosed in white rectangles. I want these white rectangles to be transparent so that the background image of the app is ...
Marcin B's user avatar
-1 votes
1 answer
41 views

How to style my FlatButton in Python Arcade

def create_click(self): button_style = { "font_name": ["Kenney Pixel", "Arial", "Kenney Bold"], "font_size": 20, "...
Maximilian Striegler's user avatar
0 votes
1 answer
44 views

Toggle layers in worldmap on node-red

I have a map tracking devices at work with multiple layers. However I do not know how to get input back from the map view into node-red to work on the data functions. Devices and layers are being ...
Karl Yeager KGY's user avatar
1 vote
0 answers
44 views

Example of draggable = 'true' property of dash html.Button element?

I am trying to find an example of the "draggable" property being set to "true" for the html.Button element (https://dash.plotly.com/dash-html-components/button) in dash core ...
faunebl's user avatar
  • 11
0 votes
0 answers
45 views

Why is this Windows Forms Button getting small when I run the app?

I was doing a small app to show a buddy how to do a basic UI with some buttons and stuff. Thing is, everything was going fine... until it was not. Literally. I added a new button the same way I added ...
Jay's user avatar
  • 1
0 votes
0 answers
11 views

How to display dealt cards using tkinter Library in python [duplicate]

I have been working with the tkinter library to create a basic gui that is able to deal cards out. I am currently having issues when trying to create a button that will pass cards from a deck. When ...
51014's user avatar
  • 23
0 votes
0 answers
156 views

Custom styled "Add to cart" button in WooCommerce product archive pages

I've replaced the default button function, thus I'm adding a new one. Trying to create a custom 50px circle "add to cart" button (fa-solid fa-cart-shopping icon, #F5F5F5 background, 5px ...
cashrunner's user avatar
0 votes
0 answers
73 views

Making a Matplotlib table interactive using PyQt

I have a project which is to make a chemistry periodic table using matplotlib and making it user-interactive using PyQt. The interactivity would be: when a cell/element is clicked on, more information ...
ChikN42 -'s user avatar
0 votes
1 answer
176 views

Enable == False is not working for UI disabled button in tosca

We are using angular 9 and typescript as Frontend and trying to scan a UI page. I was able to scan. but for the button the enable is always coming true even in UI the button is disabled. I want to ...
user23299743's user avatar
1 vote
0 answers
53 views

Spyder TKinter buttons require multiple clicks before execution

I'm new to Python and currently working on a password generator program using the Spyder IDE with TKinter. I'm encountering an issue where, especially after the first run, clicking any button in my ...
Gary L's user avatar
  • 11
-4 votes
1 answer
198 views

Unity 3D IMGUI Control, Gui. Button select /active use keyboard

For Unity3D Or need to use old OnGui/Gui.Button. for an old project, I therefore cannot use the new UI because it would require the conversion of the entire project. My problem that I can't solve, I ...
Wonder76's user avatar
-1 votes
1 answer
63 views

C# WPF CanExecuteChanged

I have created a CustomControl which extends TextBox. Within my control I have added a button: AppTextBox.cs public static readonly DependencyProperty ButtonCommandProperty = ...
Richard Gale's user avatar
  • 1,898
0 votes
1 answer
58 views

How is to create button with icon in WINAPI

I have a button. HWND button = CreateWindow("button", "test_text", WS_VISIBLE | WS_CHILD, 0, 0, 500, 500, window, NULL, NULL, NULL); "window" is my HWND variable of my ...
Rarest Loki's user avatar
0 votes
1 answer
29 views

Hide The Diamond Game - Hiding a dimaond behind one of 10 buttons

I am currently making a game called "Hide The Diamond", It consists of 10 Buttons and once the hideDiamond button is pressed, the diamond is then placed behind one of the random numbers\...
AJHedges's user avatar

15 30 50 per page
1
2 3 4 5
66