| 
									
										
										
										
											2015-09-25 16:15:37 -03:00
										 |  |  | #ifndef PREFERENCES_DEFAULTS_H
 | 
					
						
							|  |  |  | #define PREFERENCES_DEFAULTS_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "abstractpreferenceswidget.h"
 | 
					
						
							| 
									
										
										
										
											2016-04-04 22:02:03 -07:00
										 |  |  | #include "core/pref.h"
 | 
					
						
							| 
									
										
										
										
											2015-09-25 16:15:37 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | namespace Ui { | 
					
						
							|  |  |  | 	class PreferencesDefaults; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class PreferencesDefaults : public AbstractPreferencesWidget { | 
					
						
							|  |  |  | 	Q_OBJECT | 
					
						
							|  |  |  | public: | 
					
						
							|  |  |  | 	PreferencesDefaults(); | 
					
						
							|  |  |  | 	virtual ~PreferencesDefaults(); | 
					
						
							|  |  |  | 	virtual void refreshSettings(); | 
					
						
							|  |  |  | 	virtual void syncSettings(); | 
					
						
							|  |  |  | public slots: | 
					
						
							|  |  |  | 	void on_chooseFile_clicked(); | 
					
						
							|  |  |  | 	void on_btnUseDefaultFile_toggled(bool toggled); | 
					
						
							|  |  |  | 	void on_localDefaultFile_toggled(bool toggled); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | private: | 
					
						
							|  |  |  | 	Ui::PreferencesDefaults *ui; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-04 22:02:03 -07:00
										 |  |  | #endif
 |