openstreetmap / merkaartor

Home of Merkaartor, an openstreetmap mapping program.
http://merkaartor.be/
Other
290 stars 79 forks source link

Radio buttons not visible in ImportCSVDialog.ui #263

Open RM87 opened 2 years ago

RM87 commented 2 years ago

compiler is unable to locate radio button rbCommaDelim inside ImportCSVDialog.ui although it is there. No radio buttons visible with KUIViewer. Moving it temporarily outside QGroupBox and QHBoxLayout makes it compile. No idea whether this is only my machine or something that has been broken for a while and only now is caught by compiler.

Krakonos commented 2 years ago

Can't reproduce. The source is compiled and finds it on multiple machines, Qt Designer shows the radio button.

image

Can you double check with qt designer and provide more info on the platform (fresh debian install + what packages? I could try that in docker).