Giter Club home page Giter Club logo

ryvencore-qt's People

Contributors

amaury-anciaux avatar leon-thomm avatar sphh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ryvencore-qt's Issues

Support other Qt bindings

Current implementation seems only support PySide2. Will ryvencore_qt be compatible with other Qt bindings in the future, such as PyQt5?

Blank screen with basic example

hi,

i am trying to run the basic example (the one from the README of this repo), but i only get a blank screen.
Screenshot 2022-01-24 at 12 34 56

any ideas about what the problem might be?
i just copy-pasted the code from the README and i don't get any errors...

thanks!

Error when connecting to dtype inputs

Hi,
I hope it is correct to report this issue here, although it occurred while using Ryven.
When connecting to a node with, for example, a dtype=dtypes.Integer(), an error can be thrown if the type of the input does not match the expectation (Integer).
While this generally makes sense, it makes building macros with one of the inputs being used in a for loop impossible. The data type of the input will be None.
When a file is saved that has one of these "illegal" connections, it also becomes impossible to open in Ryven as the error is thrown during the loading process as well and will shut down the process.

Traceback (most recent call last):
  File "C:\Users\test\.virtualenvs\Ryven\lib\site-packages\ryvencore_qt\src\FlowView.py", line 876, in add_connection

item.inp_item.port_connected()

  File "C:\Users\test\.virtualenvs\Ryven\lib\site-packages\ryvencore_qt\src\PortItem.py", line 168, in port_connected

self._port_val_updated(self.port.val)

  File "C:\Users\test\.virtualenvs\Ryven\lib\site-packages\ryvencore_qt\src\PortItem.py", line 179, in _port_val_updated

self.widget.val_update_event(val)

  File "C:\Users\test\.virtualenvs\Ryven\lib\site-packages\ryvencore_qt\src\PortItemInputWidgets.py", line 285, in val_update_event

self.setValue(val)

TypeError
:
'PySide2.QtWidgets.QSpinBox.setValue' called with wrong argument types:
  PySide2.QtWidgets.QSpinBox.setValue(NoneType)
Supported signatures:
  PySide2.QtWidgets.QSpinBox.setValue(int)

Is there a way to alert to this error but still allow for the creation of flows?

Problem with file open dialogs

Hello!

  1. All QFileDialog.getOpenFileName(), not work in my system (Manjaro) without parameter:
    options=QFileDialog.DontUseNativeDialog

  2. And I can't comment. If I find how fix I'm report.

  3. Have way to broke link between nodes? If not it feature need. Or I need it fix too...

  4. Any package may have dependencies that need to be installed, before import. May be need system for it, at least check. Or may be some another system install them with dependencies.

Thanks for macros, slider and more types default inputs, and global rework!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.