question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add loadUI functionality

See original GitHub issue

When using .ui files to build an interface graphically with QtDesigner, it is possible to load the interface directly from the .ui file rather than having to transform it onto python then import it. This is already integrated into PyQt4 and PyQt5, and relatively easy to implement in PySide as seen in python_qt_binding, the concurrent that doesn’t support Qt5.

I know it’s not the workflow used in spyder, but it would be a great utility for some projects (including mine).

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
ccordoba12commented, Mar 30, 2016

Sure, please go for it! We’ll also be glad to merge other PRs that are helpful for Glue.

We built qtpy mostly for Spyder (as you can guess), but we want to work with the community to make it useful for everybody 😃

1reaction
astrofrogcommented, Mar 30, 2016

@ccordoba12 - would you like a PR for the loadUi patch?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Load Testing Using loadUI - A Free and Open Source Load ...
LoadUI is a free and open source load testing tool that allows you to do complex load tests and test the application performance....
Read more >
Install LoadUI agent Application | ReadyAPI Documentation
Create and run automated functional, load and security tests for REST and SOAP APIs. Virtualize APIs and run the mocks.
Read more >
Using SoapUI for Load Testing
In SoapUI, you create load tests on the base of existing functional tests. ... Create a new LoadTest; Run the LoadTest; Add Assertions...
Read more >
API Load Testing | Performance Testing - LoadUI NG Pro
API's other tools for added power. Key Features. Reuse Existing Functional Tests ...
Read more >
How to Import a PyQt5 .ui File in a Python GUI - Nitratine
In a sense, this is true. For demonstration proposes, I had put all code into the Python file generated, but a smarter way...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found