Results 1 to 7 of 7

Thread: QwtPlotGrid lines missing at start point

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2015
    Posts
    109
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    20

    Default Re: QwtPlotGrid lines missing at start point

    I have checked again, in my dark.qss file below stylesheet has been used which affecting grid lines to disable. When I remove this below stylesheet, grid lines looks proper. But I cant remove this stylesheet.
    Qt Code:
    1. {
    2. border-radius: 2px;
    3. border: 1px solid #76797C;
    4. }
    To copy to clipboard, switch view to plain text mode 

    I dont understand how this affecting the grid lines ?

  2. #2
    Join Date
    Jun 2015
    Posts
    109
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    20

    Default Re: QwtPlotGrid lines missing at start point

    Still I didn't find solution for this, after removing OFrame stylesheet from dark.qss, it looks like working/showing grid lines properly. But I have to use QFrame because it affects the other gui elements.

    Please if anyone has any idea how and why this affecting grid line to disable, then reply

  3. #3
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,326
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 880 Times in 828 Posts

    Default Re: QwtPlotGrid lines missing at start point

    Quote Originally Posted by npatil15 View Post
    And I'm using QGraphicsView not canvas...
    As your problem is about the plot canvas - not sure what you are doing, but your response doesn't make any sense.

    Anyway: here https://sourceforge.net/p/qwt/code/H...s/stylesheets/ you find a couple of sample stylesheets.
    Plot items can't be styled using stylesheet as they are no widgets.

    Uwe

  4. The following user says thank you to Uwe for this useful post:

    npatil15 (5th March 2019)

  5. #4
    Join Date
    Jun 2015
    Posts
    109
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    20

    Default Re: QwtPlotGrid lines missing at start point

    Thanks Uwe, that solves my problem, just need white color that I can manage.

Similar Threads

  1. QwtPlotGrid
    By annili in forum Qwt
    Replies: 5
    Last Post: 3rd September 2015, 14:24
  2. Missing entry point in QTCore4.dll
    By fxrb in forum Installation and Deployment
    Replies: 5
    Last Post: 28th August 2013, 18:09
  3. Missing entry point from dll
    By Delphi in forum Newbie
    Replies: 2
    Last Post: 17th July 2013, 08:43
  4. Could not start Application ....missing qtcored4.dll......
    By donglebob in forum Qt Programming
    Replies: 10
    Last Post: 5th November 2011, 15:51
  5. QtTest - Am I missing the point
    By hubbobubbo in forum Qt Programming
    Replies: 3
    Last Post: 30th January 2010, 15:18

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.