| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | #ifndef ASTRO_H
 | 
					
						
							|  |  |  | #define ASTRO_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <QWidget>
 | 
					
						
							|  |  |  | #include <QDateTime>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace Ui { | 
					
						
							|  |  |  |   class Astro; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Astro : public QWidget | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   Q_OBJECT | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | public: | 
					
						
							| 
									
										
										
										
											2021-05-17 19:30:51 +01:00
										 |  |  |   explicit Astro (QString const& settings_filename, QWidget *parent = 0); | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  |   void astroUpdate(QDateTime t, QString mygrid, QString hisgrid, | 
					
						
							|  |  |  |                    int fQSO, int nsetftx, int ntxFreq, QString azelDir); | 
					
						
							|  |  |  |   void setFontSize(int n); | 
					
						
							| 
									
										
										
										
											2021-05-17 19:30:51 +01:00
										 |  |  |   ~Astro (); | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | private: | 
					
						
							| 
									
										
										
										
											2021-05-17 19:30:51 +01:00
										 |  |  |   Ui::Astro *ui; | 
					
						
							|  |  |  |   QString m_settings_filename; | 
					
						
							|  |  |  |   QString m_AzElDir0; | 
					
						
							| 
									
										
										
										
											2012-05-22 17:09:48 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-17 19:30:51 +01:00
										 |  |  | #endif
 |