mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 00:04:26 -04:00 
			
		
		
		
	A?adido el uso 7z.dll en lugar de 7z.exe en el visor
This commit is contained in:
		
							
								
								
									
										19
									
								
								custom_widgets/yacreader_flow_config_widget.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								custom_widgets/yacreader_flow_config_widget.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| #ifndef YACREADER_FLOW_CONFIG_WIDGET_H | ||||
| #define YACREADER_FLOW_CONFIG_WIDGET_H | ||||
|  | ||||
| #include <QWidget> | ||||
|  | ||||
| class QRadioButton; | ||||
|  | ||||
| class YACReaderFlowConfigWidget : public QWidget | ||||
| { | ||||
| 	Q_OBJECT | ||||
| public: | ||||
| 	QRadioButton *radio1;  | ||||
| 	QRadioButton *radio2; | ||||
| 	QRadioButton *radio3; | ||||
|  | ||||
| 	YACReaderFlowConfigWidget(QWidget * parent = 0); | ||||
| }; | ||||
|  | ||||
| #endif // YACREADER_FLOW_CONFIG_WIDGET_H | ||||
		Reference in New Issue
	
	Block a user