Released version 6.1.3
This commit is contained in:
		
				commit
				
					
						a94503cb82
					
				
			
		
					 1885 changed files with 276310 additions and 0 deletions
				
			
		
							
								
								
									
										66
									
								
								examples/stylesheets/blue.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								examples/stylesheets/blue.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,66 @@
 | 
			
		|||
QwtPlot
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1,
 | 
			
		||||
        stop: 0 #657383, stop: 0.4 #8395AA, stop: 1 #657383 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1,
 | 
			
		||||
        stop: 0 #657383, stop: 1 #8395AA );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #8395AA, stop: 1 #657383 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #8395AA, stop: 0.4 #657383 stop: 1 #8395AA );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #7C8DA0, stop: 0.4 #657383 stop: 1 #7C8DA0 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #657383, stop: 0.25 #7C8DA0 stop: 0.55 #7C8DA0 stop: 1 #657383 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #8FA3B9, stop: 0.25 #7C8DA0 stop: 0.55 #7C8DA0 stop: 1 #8FA3B9 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #7C8DA0, stop: 0.4 #8FA3B9 stop: 0.55 #8FA3B9 stop: 1 #7C8DA0 );
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #7C8DA0, stop: 0.4 #8395AA stop: 0.55 #8395AA stop: 1 #7C8DA0 );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    background-color: #616d7e;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotGLCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    background-color: #616d7e;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtScaleWidget
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotTitle
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotFooter
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegend
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 2px;
 | 
			
		||||
    background: #616d7e;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegendLabel
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										50
									
								
								examples/stylesheets/choco.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								examples/stylesheets/choco.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,50 @@
 | 
			
		|||
QwtPlot
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1,
 | 
			
		||||
        stop: 0 Brown, stop: 0.5 Chocolate, stop: 1 Brown );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    background-color: Tan;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotGLCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    background-color: Tan;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtScaleWidget
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotTitle
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotFooter
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegend
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 2px;
 | 
			
		||||
    background: brown;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegendLabel
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										51
									
								
								examples/stylesheets/oily.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										51
									
								
								examples/stylesheets/oily.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,51 @@
 | 
			
		|||
QwtPlot
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #31312C, stop: 1 #808080 );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    background-color: #101010;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotGLCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    background-color: #101010;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtScaleWidget
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotTitle
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotFooter
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegend
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 2px;
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
 | 
			
		||||
        stop: 0 #808080, stop: 1 #31312C );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegendLabel
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										50
									
								
								examples/stylesheets/rosy.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								examples/stylesheets/rosy.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,50 @@
 | 
			
		|||
QwtPlot
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 10px;
 | 
			
		||||
    background-color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1,
 | 
			
		||||
        stop: 0 #7e354d, stop: 0.5 #7f5a58, stop: 1 #7e354d );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    background-color: #7f5a58;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtPlotGLCanvas
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid White;
 | 
			
		||||
    background-color: #7f5a58;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtScaleWidget
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotTitle
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtTextLabel#QwtPlotFooter
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegend
 | 
			
		||||
{
 | 
			
		||||
    border: 1px solid white;
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
    padding: 2px;
 | 
			
		||||
    background: #7f5a58;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
QwtLegendLabel
 | 
			
		||||
{
 | 
			
		||||
    color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue