Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Program modifications in Python.
Qt 6.11 is out! See what's new in the release blog

Program modifications in Python.

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 759 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • priscilla vP Offline
    priscilla vP Offline
    priscilla v
    wrote on last edited by
    #1

    Best regards, I need to make some changes in the software that I have attached to the link and it has been difficult for me, I would appreciate the help :).

    1. How can I make the grid of the graph have small squares equivalent to 40 milli seconds?

    2. Where can I change the background color of the program? I do not want gray.

    3. Where can I change the color of the letters?
      I managed to change the color of the letters of the email and of the letters on the graph but not the others.

    4. Where can I change the color of the numbers that are to the side of the graph on the Y and X axis?

    Thank you very much for your time and help.

    https://github.com/swharden/diyECG-1opAmp/

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      it seems to use this component pyqtgraph so the answer to the questions is in the documentation
      http://www.pyqtgraph.org/documentation/
      for colors it seems to use this
      http://www.pyqtgraph.org/documentation/style.html

      seems to be called grECG inside that app.

      priscilla vP 1 Reply Last reply
      3
      • priscilla vP Offline
        priscilla vP Offline
        priscilla v
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • priscilla vP Offline
          priscilla vP Offline
          priscilla v
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • priscilla vP Offline
            priscilla vP Offline
            priscilla v
            wrote on last edited by
            #5

            I've already managed to modify all the colors, thanks :), now I'm just stuck with the grid.

            1 Reply Last reply
            1
            • mrjjM mrjj

              Hi
              it seems to use this component pyqtgraph so the answer to the questions is in the documentation
              http://www.pyqtgraph.org/documentation/
              for colors it seems to use this
              http://www.pyqtgraph.org/documentation/style.html

              seems to be called grECG inside that app.

              priscilla vP Offline
              priscilla vP Offline
              priscilla v
              wrote on last edited by
              #6

              @mrjj I read the link that you attached, I watch the part to modify the grid but it does not change, what could it be?
              Here it is explained.

              http://www.pyqtgraph.org/documentation/_modules/pyqtgraph/graphicsItems/PlotItem/PlotItem.html#PlotItem.setLogMode

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved