Bioinformatics Tools Programming in Python with Qt. Part 1.

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 11

  • @evanhughes9576
    @evanhughes9576 4 года назад +3

    The commentary was very clear and easy to follow. Thanks a lot.

  • @chriskeo392
    @chriskeo392 2 года назад +1

    Dude you are a god level teacher

  • @manuelramirez6508
    @manuelramirez6508 4 года назад +2

    I use Ubuntu and I've been able to create my first app in python. Thanks a lot!

  • @alwaysgood3913
    @alwaysgood3913 3 года назад +1

    Why not use the uic library within PyQT to directly load the UI and work with it? I had used PyQT for a project, and I directly loaded it so if this helps you can use this to load the UI file directly instead of making it a .py file and then importing that.
    from PyQt5 import uic
    class MainWindow(Qtw.QMainWindow):
    def __init__(self):
    # loading the application's UI {stored as XML format}
    uic.loadUi(r"Design.ui", self)

    • @rebelScience
      @rebelScience  3 года назад +1

      This was one of the things we are going g to do later on. Good that you know that already.

    • @alwaysgood3913
      @alwaysgood3913 3 года назад

      @@rebelScience Oh ok ok, all the best.

  • @luansilva5362
    @luansilva5362 4 года назад

    como faço pra ter essa aplicação?

    • @rebelScience
      @rebelScience  4 года назад

      Com licença, sobre qual aplicativo você está perguntando?

    • @luansilva5362
      @luansilva5362 4 года назад

      ​@@rebelScience DNA engine

    • @rebelScience
      @rebelScience  4 года назад +1

      Não há aplicativo DNA Engine. Estamos criando nesta série