2

I'm using Qt Designer with PyQt. I accidentally created about ten separators and cannot figure out how to delete them. They show up in the Object Inspector, but delete or right click has no useful effect. How can I delete them?

ekhumoro
  • 115,249
  • 20
  • 229
  • 336
Mastiff
  • 2,101
  • 2
  • 23
  • 38

1 Answers1

3

You can right-click the separator itself to remove it:

enter image description here

ekhumoro
  • 115,249
  • 20
  • 229
  • 336